Support

Account

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!