You appear to be a bot. Output may be restricted
Description
Ajax shortcode help informationDisplay additional help information for the shortcode
Usage
oik_ajax_load_shortcode_help();
Parameters
Returns
voidSource
File name: oik/includes/oik-ajax.phpLines:
1 to 11 of 11
function oik_ajax_load_shortcode_help() { do_action( "oik_add_shortcodes" ); oik_require( "includes/oik-sc-help.php" ); $shortcode = bw_array_get( $_REQUEST, 'shortcode', 'oik' ); bw_trace2( $shortcode, "shortcode" ); $sc_help = bw_lazy_sc_example( $shortcode ); bw_trace2( $sc_help, "sc_help" ); echo $sc_help; bw_flush(); die(); }View on GitHub View on Trac