You appear to be a bot. Output may be restricted
Description
Implement "bw_action_default" action for oik-bob-bing-wideSince actions and filters are basically alike we can use bw_action_default as if it were a filter.
Usage
$string = bw_action_default( $content );
Parameters
- $content
- ( string ) optional –
Returns
string whatever was passedSource
File name: oik-bob-bing-wide/shortcodes/oik-action.phpLines:
1 to 5 of 5
function bw_action_default( $content=null ) { e( "Performing default action: " . __FUNCTION__ ); e( $content ); return( $content ); }View on GitHub