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
    			$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)