bbp_is_topic_merge

bbp_is_topic_merge

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_topic_merge') is found 1 times:

  • /includes/common/template.php line 324
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
            return true;
        }
     
        // Filter & return
        return (bool) apply_filters( 'bbp_is_topic_merge', $retval );
    }
     
    /**
     * Check if current page is a topic split page
     *
     * @since 2.0.0 bbPress (r2756)