apply_filters( 'tribe_events_delete_old_events_sql_args', array $args )

Filter – Allows users to modify the query’s placeholders


Parameters

$args

(array) - The array of variables.


Top ↑

Source

File: src/Tribe/Event_Cleaner_Scheduler.php


Top ↑

Changelog

Changelog
Version Description
6.2.9 Added a mysql interval field (e.g. 'MONTH' or 'MINUTE'), to go in hand with the date field.
6.0.13 Added a limit arg, defaulting to 100.
4.6.13 Introduced.