Home › Forums › General Issues › Updated to 4.3.0 – Featured Image Gone › Reply To: Updated to 4.3.0 – Featured Image Gone
Hi @Elliot, fixed the issue and you’re right it’s in my theme code. Basically, I think wordpress did some changes when it comes to the $priority parameter of add_action. I have it setup to “1” even before and it’s usually working fine. Removed the “1” and set it to the default value wordpress is assigning and the featured image metabox is back in action 🙂
OLD: add_action(“after_setup_theme”, “otakupro_theme_support”, 1);
THIS FIXED IT: add_action(“after_setup_theme”, “otakupro_theme_support”);
Thank you very much for this great plugin specially for your non-ending support for it. More power!
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.