wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



register_taxonomy_args › Hooks de Filtros WordPress

Desde4.4.0
Obsoleton/a
apply_filters( 'register_taxonomy_args', $args, $this->name, (array)
Parâmetros: (3)
  • (array) $args Array of arguments for registering a taxonomy. See the register_taxonomy() function for accepted arguments.
    Required: Yes
  • (string) $taxonomy Taxonomy key.
    Required: Yes
  • (string[]) $object_type Array of names of object types for the taxonomy.
    Required: Yes
Definido em:
Codex:

Filters the arguments for registering a taxonomy.





Fonte

$args = apply_filters( 'register_taxonomy_args', $args, $this->name, (array) $object_type );