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



wp_max_autoloaded_option_size › WordPress Filter Hooks

Seit6.6.0
Veraltetn/v
apply_filters( 'wp_max_autoloaded_option_size', 150000, $option )
Parameter: (2)
  • (int) $max_option_size The option-size threshold, in bytes. Default 150000.
    Erforderlich: Ja
  • (string) $option The name of the option.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the maximum size of option value in bytes.





Quellcode

$max_option_size = (int) apply_filters( 'wp_max_autoloaded_option_size', 150000, $option );