Skip to content

Commit

Permalink
Re-add Constants
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Feb 8, 2024
1 parent 92b64d7 commit 81cb8af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion zuidwest-cache-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
* Author: Streekomroep ZuidWest
*/

// Load all files

// Constants
define('ZWCACHE_LOW_PRIORITY_STORE', 'zwcache_purge_urls');
define('ZWCACHE_CRON_HOOK', 'zwcache_manager_cron_hook');

// Load all files
require_once 'src/admin.php';
require_once 'src/cron.php';
require_once 'src/hooks.php';
require_once 'src/post.php';
require_once 'src/purge.php';
require_once 'src/utils.php';

Check failure on line 20 in zuidwest-cache-manager.php

View workflow job for this annotation

GitHub Actions / QA (8.2)

Expected 1 blank line at end of file; 2 found

Check failure on line 20 in zuidwest-cache-manager.php

View workflow job for this annotation

GitHub Actions / QA (8.3)

Expected 1 blank line at end of file; 2 found

0 comments on commit 81cb8af

Please sign in to comment.