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



wp_max_autoloaded_option_size › WordPress Filter Hooks

Da6.6.0
Deprecaton/a
apply_filters( 'wp_max_autoloaded_option_size', 150000, $option )
Parametri: (2)
  • (int) $max_option_size The option-size threshold, in bytes. Default 150000.
    Richiesto:
  • (string) $option The name of the option.
    Richiesto:
Definito a:
Codex:

Filters the maximum size of option value in bytes.





Sorgenti

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