bbp_untrashed_topic

bbp_untrashed_topic

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_untrashed_topic') is found 1 times:

  • /includes/topics/functions.php line 3593
    3589
    3590
    3591
    3592
    3593
    3594
    3595
    3596
    3597
    3598
    3599
        if ( empty( $topic_id ) || ! bbp_is_topic( $topic_id ) ) {
            return false;
        }
     
        do_action( 'bbp_untrashed_topic', $topic_id );
    }
     
    /** Settings ******************************************************************/
     
    /**
     * Return the topics per page setting

See this hook used in plugins: