You appear to be a bot. Output may be restricted
Description
Snippet hook for [bw_link] shortcode
Usage
bw_link__snippet( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_link –
Returns
voidSource
File name: oik/shortcodes/oik-link.phpLines:
1 to 3 of 3
function bw_link__snippet( $shortcode="bw_link" ) { _sc__snippet( $shortcode, _bw_get_an_id() ); }View on GitHub View on Trac