apply_filters( 'print_admin_styles', bool $print )

Filters whether to print the admin styles.


Parameters

$print bool
Whether to print the admin styles. Default true.

Top ↑

Source

File: wp-includes/script-loader.php. View all references

if ( apply_filters( 'print_admin_styles', true ) ) {


Top ↑

Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.