wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



print_late_styles › WordPress Filter Hooks

Da3.3.0
Deprecaton/a
apply_filters( 'print_late_styles', true )
Parametri:
  • (bool) $print Whether to print the 'late' styles. Default true.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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