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
    759
    760
    761
    762
    763
    764
    765
    766
    767
    768
        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 ****************************************************************/