bbp_is_edit

bbp_is_edit

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_edit') is found 1 times:

  • /includes/common/template.php line 956
    		$retval = true;
    	}
    
    	// Filter & return
    	return (bool) apply_filters( 'bbp_is_edit', $retval );
    }
    
    /**
     * Use the above is_() functions to output a body class for each scenario
     *
     * @since 2.0.0 bbPress (r2926)