bbp_opened_forum

bbp_opened_forum

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_opened_forum') is found 1 times:

  • /includes/forums/functions.php line 763
    	do_action( 'bbp_open_forum',   $forum_id );
    
    	update_post_meta( $forum_id, '_bbp_status', 'open' );
    
    	do_action( 'bbp_opened_forum', $forum_id );
    
    	return $forum_id;
    }
    
    /** Forum Type ****************************************************************/