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



register_taxonomy_args › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'register_taxonomy_args', $args, $this->name, (array)
Parameter: (3)
  • (array) $args Array of arguments for registering a taxonomy. See the register_taxonomy() function for accepted arguments.
    Erforderlich: Ja
  • (string) $taxonomy Taxonomy key.
    Erforderlich: Ja
  • (string[]) $object_type Array of names of object types for the taxonomy.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the arguments for registering a taxonomy.





Quellcode

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