Skip to content

Instantly share code, notes, and snippets.

View carter2422's full-sized avatar

Jonathan Williamson carter2422

View GitHub Profile
@pippinsplugins
pippinsplugins / edd-commission-update.php
Created July 21, 2015 00:34
Bulk set EDD Commissions to "unpaid" for all commissions after a specific date
<?php
$commissions = get_posts( array(
'post_type' => 'edd_commission',
'posts_per_page' => -1,
'fields' => 'ids',
'date_query' => array(
'after' => array(
'year' => 2015,
'month' => 03,
'day' => 15