You appear to be a bot. Output may be restricted
Description
Syntax for [bw_parent] shortcode
Usage
bw_parent__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_parent –
Returns
voidSource
File name: oik/shortcodes/oik-parent.phpLines:
1 to 4 of 4
function bw_parent__syntax( $shortcode="bw_parent" ) { $syntax = array( "id" => BW_::bw_skv( null, "<i>". __( "ID", "oik" ) . "</i>", __( "ID from which to find the parent", "oik" ) ) ); return( $syntax ); }View on GitHub View on Trac