apply_filters( ‘jobrelay_wpcon_delete_jobadder_jobs_query_args’, $args array )
In this article
Filter the array of arguments to query for JobAdder sent jobs to delete.
Parameters
$args
array
The current array of query args
More information
JobRelay queries for jobs on the site to work out which ones need to be deleted that were delivered from JobAdder using a WP_Query
call. These are args
passed to that call.