wpseek.com
A WordPress-centric search engine for devs and theme authors



taxonomy_parent_dropdown_args › WordPress Filter Hooks

Since4.2.0
Deprecatedn/a
apply_filters( 'taxonomy_parent_dropdown_args', $dropdown_args, $taxonomy, 'new' )
Parameters: (3)
  • (array) $dropdown_args { An array of taxonomy parent drop-down arguments. @type int|bool $hide_empty Whether to hide terms not attached to any posts. Default 0. @type bool $hide_if_empty Whether to hide the drop-down if no terms exist. Default false. @type string $taxonomy The taxonomy slug. @type string $name Value of the name attribute to use for the drop-down select element. Default 'parent'. @type string $orderby The field to order by. Default 'name'. @type bool $hierarchical Whether the taxonomy is hierarchical. Default true. @type string $show_option_none Label to display if there are no terms. Default 'None'. }
    Required: Yes
  • (string) $taxonomy The taxonomy slug.
    Required: Yes
  • (string) $context Filter context. Accepts 'new' or 'edit'.
    Required: Yes
Defined at:
Codex:

Filters the taxonomy parent drop-down on the Edit Term page.





Source

$dropdown_args = apply_filters( 'taxonomy_parent_dropdown_args', $dropdown_args, $taxonomy, 'new' );