quick_edit_dropdown_authors_args

quick_edit_dropdown_authors_args

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('quick_edit_dropdown_authors_args') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 1754
    1750
    1751
    1752
    1753
    1754
    1755
    1756
    1757
    1758
    1759
    1760
    *
     * @param array $users_opt An array of arguments passed to wp_dropdown_users().
     * @param bool $bulk A flag to denote if it's a bulk action.
     */
    $users_opt = apply_filters( 'quick_edit_dropdown_authors_args', $users_opt, $bulk );
     
    $authors = wp_dropdown_users( $users_opt );
     
    if ( $authors ) {
        $authors_dropdown  = '<label class="inline-edit-author">';
        $authors_dropdown .= '<span class="title">' . __( 'Author' ) . '</span>';