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
    		$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)