Description
New implementation of [bw_page] shortcode using dashicons
Usage
$string = bw_page( $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 4 of 4
function bw_page( $atts=null, $content=null, $tag=null ) { $atts['post_type'] = bw_array_get_from( $atts, "post_type,0", "page" ); return( bw_dash_link( $atts ) ); }View on GitHub
Called by
Invoked by
Call hooks
API Letters:
