bbp_is_topic_tag_edit

bbp_is_topic_tag_edit

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_topic_tag_edit') is found 1 times:

  • /includes/common/template.php line 410
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
            $retval = true;
        }
     
        // Filter & return
        return (bool) apply_filters( 'bbp_is_topic_tag_edit', $retval );
    }
     
    /**
     * Check if the current post type is one that comes with bbPress
     *
     * @since 2.0.0 bbPress (r3311)