Whether a registered shortcode exists named $tag
remove_all_shortcodes
Clear all shortcodes.
remove_shortcode
Removes hook for shortcode.
add_shortcode
Adds a new shortcode.
Advertisement
enqueue_editor_block_styles_assets
Function responsible for enqueuing the assets required for block styles functionality on the editor.
enqueue_block_styles_assets
Function responsible for enqueuing the styles required for block styles functionality on the editor and on the frontend.
wp_enqueue_registered_block_scripts_and_styles
Enqueues registered block scripts and styles, depending on current rendered context (only enqueuing editor scripts while in context of the editor).
wp_common_block_scripts_and_styles
Handles the enqueueing of block scripts and styles that are common to both the editor and the front-end.
Advertisement
script_concat_settings
Determine the concatenation and compression settings for scripts and styles.
print_late_styles
Prints the styles that were queued too late for the HTML head.
print_admin_styles
Prints the styles queue in the HTML head on admin pages.
wp_enqueue_scripts
Wrapper for do_action(‘wp_enqueue_scripts’)
Advertisement
wp_print_footer_scripts
Hooks to print the scripts and styles in the footer.
_wp_footer_scripts
Private, for use in *_footer_scripts hooks
wp_print_head_scripts
Prints the script queue in the HTML head on the front end.