post_edit_category_parent_dropdown_args

post_edit_category_parent_dropdown_args

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('post_edit_category_parent_dropdown_args') is found 1 times:

  • /wp-admin/includes/meta-boxes.php line 724
    720
    721
    722
    723
    724
    725
    726
    727
    728
    729
    730
    *                                      where `$parent` is 'parent_item'
     *                                      taxonomy label.
     * }
     */
    $parent_dropdown_args = apply_filters( 'post_edit_category_parent_dropdown_args', $parent_dropdown_args );
     
    wp_dropdown_categories( $parent_dropdown_args );
    ?>
    <input type="button" id="<?php echo $tax_name; ?>-add-submit" data-wp-lists="add:<?php echo $tax_name; ?>checklist:<?php echo $tax_name; ?>-add" class="button category-add-submit" value="<?php echo esc_attr( $taxonomy->labels->add_new_item ); ?>" />
    <?php wp_nonce_field( 'add-' . $tax_name, '_ajax_nonce-add-' . $tax_name, false ); ?>
    <span id="<?php echo $tax_name; ?>-ajax-response"></span>