-
do_action( 'bbp_toggle_reply_handler', $success, $post_data, $action )
Source Reference:
-
$failure = __( '<strong>ERROR</strong>: There was a problem deleting the reply!', 'bbpress' ); break; } break; } // Do additional reply toggle actions do_action( 'bbp_toggle_reply_handler', $success, $post_data, $action ); // No errors if ( ( false != $success ) && !is_wp_error( $success ) ) { /** Redirect **********************************************************/ // Redirect to $redirect_to = !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : ''; // Get the reply URL
-