edshare
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pod field return emptyHello Paul,
Did a few tests, the calls to $pod->field() are always after the init hook has finished, but sometimes return empty values.
if ( !did_action('init') ) {
die('init not finished');
}We never enter the die condition.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pod field return emptyHi Paul,
Thank you for your input. The issue we have here is that even with caching disabled (from W3TC) the issue seems to persist for some reason.
I have already sent a support request, was unable to add WP Health info, an error was returned when submitting the form, but haven’t heard anything back yet.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pod field return emptyHi Scott
Calls to get_post_meta do work and return data.
I’m on 2.9.19, seems 3.0 was published 20 minutes ago?
Forum: Plugins
In reply to: [Yoast SEO] Slow Post UpdateHello,
I have the same issue on a large website, multiple queries like the one bellow run after saving the post:
SELECT post_id, meta_value FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = (...)
It makes the database crawl to a stop and it takes forever to save the page (up to 30 seconds!). If I disable Yoast plugin the page is saved in less than 3 seconds.
Yes, you are correct. After running the tool to fix fields I removed It seems the error is no longer present. This is probably related to us upgrading from an way older version of Pods to the latest one.
Forum: Plugins
In reply to: [Yoast SEO] Start tag expected, ‘<' not found on Google App EngineHi there Maybellyne,
I have tried this in our staging environment, every plugin deactivated (only Yoast SEO active) and installed the Twenty twenty theme and the issue persists.A blank page on sitemap_index.xml