wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



print_late_styles › WordPress Filter Hooks

Seit3.3.0
Veraltetn/v
apply_filters( 'print_late_styles', true )
Parameter:
  • (bool) $print Whether to print the 'late' styles. Default true.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to print the styles queued too late for the HTML head.





Quellcode

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