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



wp_get_comment_fields_max_lengths › WordPress Filter Hooks

Da4.5.0
Deprecaton/a
apply_filters( 'wp_get_comment_fields_max_lengths', $lengths )
Parametri:
  • (int[]) $lengths Array of maximum lengths keyed by field name.
    Richiesto:
Definito a:
Codex:

Filters the lengths for the comment form fields.





Sorgenti

return apply_filters( 'wp_get_comment_fields_max_lengths', $lengths );