bbp_closed_topic

bbp_closed_topic

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_closed_topic') is found 1 times:

  • /includes/topics/functions.php line 2852
    2848
    2849
    2850
    2851
    2852
    2853
    2854
    2855
    2856
    2857
    2858
            add_post_type_support( bbp_get_topic_post_type(), 'revisions' );
        }
     
        // Execute post close code
        do_action( 'bbp_closed_topic', $topic_id );
     
        // Return topic_id
        return $topic_id;
    }
     
    /**