update( $wpdb->posts, array( 'post_status' => 'trash', ), array( 'post_type' => 'scheduled-action', 'post_status' => 'pending', 'post_title' => $action_type, ) ); } } }