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



update_term_count › WordPress Action Hooks

Seit6.9.0
Veraltetn/v
do_action( 'update_term_count', $tt_id, $taxonomy->name, $count )
Parameter: (3)
  • (int) $tt_id Term taxonomy ID.
    Erforderlich: Ja
  • (string) $taxonomy_name Taxonomy slug.
    Erforderlich: Ja
  • (int) $count Term count.
    Erforderlich: Ja
Definiert in:
Codex:

Fires when a term count is calculated, before it is updated in the database.





Quellcode

do_action( 'update_term_count', $tt_id, $taxonomy->name, $count );