bbp_login_widget_options

bbp_login_widget_options

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_login_widget_options') is found 1 times:

  • /includes/common/widgets.php line 32
    	 *
    	 * @since 2.0.0 bbPress (r2827)
    	 */
    	public function __construct() {
    		$widget_ops = apply_filters( 'bbp_login_widget_options', array(
    			'classname'                   => 'bbp_widget_login',
    			'description'                 => esc_html__( 'A simple login form with optional links to sign-up and lost password pages.', 'bbpress' ),
    			'customize_selective_refresh' => true
    		) );
    
    		parent::__construct( false, esc_html__( '(bbPress) Login Widget', 'bbpress' ), $widget_ops );