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



styles_inline_size_limit › WordPress Filter Hooks

Seit5.8.0
Veraltetn/v
apply_filters( 'styles_inline_size_limit', $total_inline_limit )
Parameter:
  • (int) $total_inline_limit The file-size threshold, in bytes. Default 20000.
    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 );