bbp_has_shortcode

bbp_has_shortcode

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_has_shortcode') is found 1 times:

  • /includes/common/template.php line 1144
    		}
    	}
    
    	// Filter & return
    	return (bool) apply_filters( 'bbp_has_shortcode', $retval, $found, $text );
    }
    
    /**
     * Use the above is_() functions to return if in any bbPress page
     *
     * @since 2.0.0 bbPress (r3344)