wp_default_styles WordPress Action Hook
This hook is called when Wordpress initializes its default styles. It allows for custom stylesheets to be loaded into the theme. This is useful for customizing the look and feel of your Wordpress site.
do_action_ref_array( 'wp_default_styles', WP_Styles $wp_styles ) #
Fires when the WP_Styles instance is initialized.
Parameters
Source
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |