ineedquestionsanswered
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I automate all updates?I added these codes on:
add_filter( ‘auto_update_plugin’, ‘__return_true’ );
and
add_filter( ‘auto_update_theme’, ‘__return_true’ );
as seen here: https://imgur.com/3BbZbc3
But they still don’t update any plugins or whenever WordPress has a new release, meaning I still get the notification to have to manually update them. Did I placed the codes in the wrong section? Or perhaps I did not configured them correctly?
- This reply was modified 5 years ago by ineedquestionsanswered.
Forum: Fixing WordPress
In reply to: Inserted plugin auto update code but does not workAny takers on this?
Forum: Fixing WordPress
In reply to: Inserted plugin auto update code but does not workThese plugin update notifications are very annoying.
Forum: Fixing WordPress
In reply to: How do I automate all plugin updates?You can see here that I added the plugin auto update code in the function.php: https://imgur.com/3BbZbc3
However, I still get plugin update notifications: https://imgur.com/aOonnSL
- This reply was modified 5 years ago by ineedquestionsanswered.
Forum: Fixing WordPress
In reply to: How do I automate all plugin updates?How do I attach a screenshot?
Forum: Fixing WordPress
In reply to: How do I automate all plugin updates?I implemented this code: add_filter( ‘auto_update_plugin’, ‘__return_true’ );
However, there is still this language translation update notification that I see each day. Why doesn’t this one update automatically? How do I attach a screenshot here to show you?
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO Analysis not updatingI”m also having the same issue, except Yoast doesn’t read my homepage either and says that I have zero words when I have over 4000.
Forum: Plugins
In reply to: [Yoast SEO] Question about Yoast’s text length suggestionI noticed that Yoast suggests that cornerstone texts to be over 900 words. However I over 4500 words… Could it have something to do with my page design? I am also having difficulties ranking my targeted keywords as well, perhaps this has something to do with this issue?
Forum: Plugins
In reply to: [Yoast SEO] Question about Yoast’s text length suggestionCould it be that maybe the texts are in javascript and Yoast can’t see them?