bbp_untrash_topic

bbp_untrash_topic

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_untrash_topic') is found 1 times:

  • /includes/topics/functions.php line 3511
    3507
    3508
    3509
    3510
    3511
    3512
    3513
    3514
    3515
    3516
    3517
        if ( empty( $topic_id ) || ! bbp_is_topic( $topic_id ) ) {
            return false;
        }
     
        do_action( 'bbp_untrash_topic', $topic_id );
    }
     
    /**
     * Untrash replies to a topic previously trashed.
     *
     * Usually you'll want to do this after the topic is unspammed.

See this hook used in plugins: