mr_pablo
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [WooCommerce] WC transient data not being cleared upWell, you didn’t really answer my questions.
So, here they are in a more succinct format:
- Should WooCommerce v2.3.8 automatically clear WC transient data, during the WP CRON tasks?
- If the answer above is yes, how often do they get cleared out?
In response to your reply:
- How can I quickly and easily (and accurately) check WP CRON is working?
Forum: Plugins
In reply to: [User Role Editor] Fatal error when making new roleI needed PHP XML installing 😀
Forum: Plugins
In reply to: [Gravity Forms Repeater Add-On] Number field validationI also noticed this issue. Definitely a problem with the Repeater. Using HTML5 output does work, but it’s not a final solution.
Forum: Fixing WordPress
In reply to: Find previous 2 posts based on current postNVM.
“before” does not accept Unix timestamps.
Forum: Fixing WordPress
In reply to: Find previous 2 posts based on current postActually, it’s not working. Checking the query, the date bening checking is coming through as 1970, meaning the date is wrong.
I am using ‘before’ => get_the_time()
Which is a correct way of using the date_query before option. But it doesn’t seem to work
Forum: Fixing WordPress
In reply to: Find previous 2 posts based on current postSeems to work!
Oddly, If i got to a post where there are no posts made before it, it still pulls in some posts…
Viewing 6 replies - 1 through 6 (of 6 total)