wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_terms_checklist_args › Les Filtres WordPress

Depuis3.4.0
Dépréciéen/a
apply_filters( 'wp_terms_checklist_args', $args, $post_id )
Paramètres: (2)
  • (array|string) $args An array or string of arguments.
    Requis: Oui
  • (int) $post_id The post ID.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the taxonomy terms checklist arguments.





Source

$params = apply_filters( 'wp_terms_checklist_args', $args, $post_id );