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



styles_inline_size_limit › WordPress Filter Hooks

Seit6.9.0
Veraltetn/v
apply_filters( 'styles_inline_size_limit', $total_inline_limit )
Parameter:
  • () total_inline_limit The file-size threshold, in bytes. Default 40000.
    Erforderlich: Ja
Definiert in:
Codex:

The maximum size of inlined styles in bytes.





Quellcode

$total_inline_limit = apply_filters( 'styles_inline_size_limit', $total_inline_limit );