do_action( "admin_print_styles-{$hook_suffix}" )

Fires when styles are printed for a specific admin page based on $hook_suffix.


Source

File: wp-admin/admin-header.php. View all references

do_action( "admin_print_styles-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores


Top ↑

Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes

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