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.
enqueue_block_assets
Fires after enqueuing block assets for both editor and front-end.
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).
Advertisement
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.
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.
print_admin_styles
Filters whether to print the admin styles.
wp_enqueue_scripts
Fires when scripts and styles are enqueued.
wp_enqueue_scripts
Wrapper for do_action(‘wp_enqueue_scripts’)
Advertisement
wp_print_footer_scripts
Fires when footer scripts are printed.
wp_print_footer_scripts
Hooks to print the scripts and styles in the footer.
_wp_footer_scripts
Private, for use in *_footer_scripts hooks