bd_processed_delete_options
bd_processed_delete_options
Hook Type: filter
Displaying hooks found in version: bulk-delete.6.11apply_filters('bd_processed_delete_options') is found 1 times:
- /include/Core/Base/BaseModule.php line 279
* @param array $options Processed options. * @param array $request Request array. * @param \BulkWP\BulkDelete\Core\Base\BaseModule The delete module. */ $options = apply_filters( 'bd_processed_delete_options', $options, $request, $this ); if ( $this->is_scheduled( $cron_options ) ) { $msg = $this->schedule_deletion( $cron_options, $options ); } else { $items_deleted = $this->delete( $options ); $msg = sprintf( $this->get_success_message( $items_deleted ), $items_deleted );