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
    1140
    1141
    1142
    1143
    1144
    1145
    1146
    1147
    1148
    1149
    1150
            }
        }
     
        // 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)