admin_header_css
The SKT White admin header css function.
Description
admin_header_css();
Usage
if ( !function_exists( 'admin_header_css' ) ) { require_once '/inc/custom-header.php'; } // NOTICE! Understand what this does before running. $result = admin_header_css();
Defined (1)
The function is defined in the following location(s).
- /inc/custom-header.php
- function admin_header_css() { ?>
- <style>pre{white-space: pre-wrap;}</style><?php