print_admin_styles WordPress Filter Hook
The print_admin_styles hook is used to print custom styles for the admin area. This hook is triggered by the wp_print_styles action.
apply_filters( 'print_admin_styles', bool $print ) #
Filters whether to print the admin styles.
Parameters
(bool)Whether to print the admin styles. Default true.
Source
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |