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



pre_insert_term › WordPress Filter Hooks

Seit6.1.0
Veraltetn/v
apply_filters( 'pre_insert_term', $term, $taxonomy, $args )
Parameter: (3)
  • (string|WP_Error) $term The term name to add, or a WP_Error object if there's an error.
    Erforderlich: Ja
  • (string) $taxonomy Taxonomy slug.
    Erforderlich: Ja
  • (array|string) $args Array or query string of arguments passed to wp_insert_term().
    Erforderlich: Ja
Definiert in:
Codex:

Filters a term before it is sanitized and inserted into the database.





Quellcode

$term = apply_filters( 'pre_insert_term', $term, $taxonomy, $args );