Advertisement

shortcode_exists

Whether a registered shortcode exists named $tag

add_shortcode

Adds a new shortcode.

Advertisement

enqueue_block_styles_assets

Function responsible for enqueuing the styles required for block styles functionality on the editor and on the frontend.

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_head_scripts

Prints the script queue in the HTML head on the front end.