Description
New implementation of [bw_post] shortcode using dashicons
Usage
$string = bw_post( $atts, $content, $tag );Parameters
- $atts
- ( array ) optional –
- $content
- ( string ) optional –
- $tag
- ( string ) optional –
Returns
string Generated HTMLSource
File name: oik-bob-bing-wide/shortcodes/oik-post-page.phpLines:
1 to 6 of 6
function bw_post( $atts=null, $content=null, $tag=null ) { // bw_trace2(); $atts['post_type'] = bw_array_get_from( $atts, "post_type,0", "post" ); // bw_trace2( $atts, "atts", false); return( bw_dash_link( $atts ) ); }View on GitHub
Called by
Invoked by
Call hooks
API Letters:
