bbp_get_dropdown

bbp_get_dropdown

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_dropdown') is found 1 times:

  • /includes/common/template.php line 1663
    1659
    1660
    1661
    1662
    1663
    1664
    1665
    1666
    1667
    1668
    1669
                $retval .= '</select>';
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_dropdown', $retval, $r, $args );
        }
     
    /**
     * Output the required hidden fields when creating/editing a forum
     *
     * @since 2.1.0 bbPress (r3553)