hykw
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] Deprecated REST EndpointThank you, I’ve found the reason, which was the browser cache.
Details:
During the recent update (on my WordPress site, not in the plugin’s logic), the assets/js/wpp.min.js file was updated. The obsolete file that was cached in the browser had pointed to /v1/. Clearing the browser cache has resolved the issue.Forum: Plugins
In reply to: [WP Popular Posts] Deprecated REST EndpointSince src/Front/Front.php contains logic that accesses the following outdated URL, wouldn’t it constantly trigger a deprecated warning, even when the widget is simply being called as usual?
‘ajax_url’ => esc_url_raw(rest_url(‘wordpress-popular-posts/v1/popular-posts’)),”
If I’m not misreading, according to https://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/, the maintenance has been taken over by W3 EDGE, the company which provides W3 Total Cache?Sorry, the information was old.
- This reply was modified 3 years, 11 months ago by hykw.
Forum: Plugins
In reply to: [WP Popular Posts] broken SQL since WP 4.8.2Forum: Plugins
In reply to: [WP Popular Posts] WordPress 4.8.2 issues?Forum: Plugins
In reply to: [WP Popular Posts] Don’t work after update WP 4.8.2