Filters whether to print the head scripts.
Parameters
$print
bool- Whether to print the head scripts. Default true.
Source
if ( apply_filters( 'print_head_scripts', true ) ) {
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
Filters whether to print the head scripts.
$print
boolif ( apply_filters( 'print_head_scripts', true ) ) {
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.