Advertisement

enqueue_block_styles_assets

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

enqueue_block_assets

Fires after enqueuing block assets for both editor and front-end.

Advertisement

print_late_styles

Filters whether to print the styles queued too late for the HTML head.

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.

Advertisement

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