Uses
Uses | Description |
---|---|
wp-includes/script-loader.php: enqueue_block_assets | Fires after enqueuing block assets for both editor and front-end. |
wp-includes/theme.php: current_theme_supports() | Checks a theme’s support for a given feature. |
wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. |
wp-includes/functions.wp-styles.php: wp_enqueue_style() | Enqueue a CSS stylesheet. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |