bbp_check_for_duplicate_trigger
bbp_check_for_duplicate_trigger
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: action
Displaying hooks found in version: bbpress.2.6.9do_action('bbp_check_for_duplicate_trigger') is found 1 times:
- /includes/common/functions.php line 727
$dupe = apply_filters( 'bbp_check_for_duplicate_query', $query, $r ); // Dupe found if ( $bbp_db->get_var( $dupe ) ) { do_action( 'bbp_check_for_duplicate_trigger', $post_data ); return false; } // Dupe not found return true; }