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



add_signup_meta › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'add_signup_meta', $meta_defaults )
Parametri:
  • (array) $meta { An array of default site meta variables. @type int $lang_id The language ID. @type int $blog_public Whether search engines should be discouraged from indexing the site. 1 for true, 0 for false. }
    Richiesto:
Definito a:
Codex:

Filters the new default site meta variables.





Sorgenti

$meta = apply_filters( 'add_signup_meta', $meta_defaults );