PluginProbe
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce / 2.2.16
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce v2.2.16
2.15.0 trunk 1.0.0 1.0.1 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1.2 2.1.3 2.1.5 2.1.6 2.1.7 2.1.8 2.10.0 All 62 releases
← All changes | includes/css.php +4 -6 2.1.22.2.16 View file →
@@ -5,15 +5,13 @@
5 5 */
6 6
7 7 namespace Hurrytimer;
8 8
9 -$posts = get_posts([
10 - 'post_type' => HURRYT_POST_TYPE,
11 - 'posts_per_page' => -1,
12 - 'post_status' => 'any',
13 -]);
9 +use Hurrytimer\Utils\Helpers;
14 10
15 -foreach ($posts as $post):
11 +$campaigns = Helpers::getCampaigns(['post_status' => 'any']);
12 +
13 +foreach ($campaigns as $post):
16 14 $campaign = new Campaign($post->ID);
17 15 $campaign->loadSettings();
18 16
19 17 // Identifier class of the current campaign.