bbp_pre_move_reply

bbp_pre_move_reply

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_pre_move_reply') is found 1 times:

  • /includes/replies/functions.php line 1366
    1363
    1364
    1365
    1366
    1367
    1368
    1369
    1370
    1371
    /** No Errors - Clean Up **************************************************/
     
    // Update counts, etc...
    do_action( 'bbp_pre_move_reply', $move_reply->ID, $source_topic->ID, $destination_topic->ID );
     
    /** Date Check ************************************************************/
     
    // Check if the destination topic is older than the move reply
    if ( strtotime( $move_reply->post_date ) < strtotime( $destination_topic->post_date ) ) {