bbp_post_move_reply

bbp_post_move_reply

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_post_move_reply') is found 1 times:

  • /includes/replies/functions.php line 1427
    1424
    1425
    1426
    1427
    1428
    1429
    1430
    1431
    1432
    1433
        /** Successful Move ******************************************************/
     
        // Update counts, etc...
        do_action( 'bbp_post_move_reply', $move_reply->ID, $source_topic->ID, $destination_topic->ID );
     
        // Redirect back to the topic
        bbp_redirect( bbp_get_topic_permalink( $destination_topic->ID ) );
    }
     
    /**

See this hook used in plugins: