admin_print_styles-{$hook_suffix} WordPress Action Hook

The admin_print_styles-{$hook_suffix} hook is one of several hooks available to add CSS styles to the WordPress Administration screens. This particular hook is fired on the {$hook_suffix} page during the CSS printing process.

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 on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.6.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.