You appear to be a bot. Output may be restricted
Description
Implement "shortcode_ui_after_do_shortcode" action for oik-shortcake
Usage
oik_shortcake_shortcode_ui_after_do_shortcode();
Parameters
Returns
voidSource
File name: oik/includes/oik-ajax.phpLines:
1 to 8 of 8
function oik_shortcake_shortcode_ui_after_do_shortcode() { dependencies_cache::query_dependencies_changes(); dependencies_cache::replay_dependencies(); //bw_report_scripts(); //bw_flush(); wp_print_footer_scripts(); echo( "<!-- after shortcode preview -->" ); }View on GitHub View on Trac