wp-admin/customize.php
Lines:
301 to 316 of 316
/** * Prints templates, control scripts, and settings in the footer. * * @since 3.4.0 */ do_action( 'customize_controls_print_footer_scripts' ); ?> </div> </body> </html>
Called by
Invoked by
Calls
1 to 2 of 2
- wp_is_block_theme() – Returns whether the current theme is a block-based theme or not.
- wp_use_widgets_block_editor() – Whether or not to use the block editor to manage widgets. Defaults to true unless a theme has removed support for widgets-block-editor or a plugin has filtered the return value of this function.