bbp_trashed_reply

bbp_trashed_reply

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_trashed_reply') is found 1 times:

  • /includes/replies/functions.php line 1967
    1963
    1964
    1965
    1966
    1967
    1968
    1969
    1970
    1971
    1972
    1973
        if ( empty( $reply_id ) || ! bbp_is_reply( $reply_id ) ) {
            return false;
        }
     
        do_action( 'bbp_trashed_reply', $reply_id );
    }
     
    /**
     * Called after untrashing (restoring) a reply
     *
     * @since 2.0.0 bbPress (r2993)

See this hook used in plugins: