You appear to be a bot. Output may be restricted
Description
Syntax hook for [bw_navi] shortcode
Usage
bw_navi__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_navi –
Returns
voidSource
File name: oik/shortcodes/oik-navi.phpLines:
1 to 6 of 6
function bw_navi__syntax( $shortcode="bw_navi" ) { oik_require( "shortcodes/oik-list.php" ); $syntax = bw_list__syntax(); $syntax['posts_per_page'] = BW_::bw_skv( get_option( "posts_per_page" ), "<i>" . __( "integer", "oik" ) . "</i>|.", __( "Number of posts per page. Default from Reading Settings.", "oik" ) ); return( $syntax ); }View on GitHub View on Trac