WP 4.3 bug
-
Hi,
Warning message is not visible on the latest WordPress version because page title is “h1” not “h2”.
So you should change the following line (required-featured-image-on-edit.js);
$(‘h2’).after(‘<div id=”nofeature-message”></div>’);
with the following;
$(‘h1’).after(‘<div id=”nofeature-message”></div>’);
Cheers ??
https://www.ads-software.com/plugins/require-featured-image/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WP 4.3 bug’ is closed to new replies.