[Plugin: Event Page Plugin] Fix for empty %value%
-
If you’re not getting anything printing out for %value% on standard WP items (either in the admin or on your page) this fix worked for me:
Change:
$args = '';
(empty string)To:
$args = array();
(empty array)in event-page/core/event-page.php at around line 110
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Event Page Plugin] Fix for empty %value%’ is closed to new replies.