This is how to fix the Deprecated Error Notice in post_ender
-
Hi,
As this is no longer supported, if you migrate to PHP7 you will get a deprecated warning in:
wp-content/plugins/post-ender/inc/frontend.php:5You fix this by modifying frontend.php and replacing:
function PostEnderFrontend () {with
function __construct() {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘This is how to fix the Deprecated Error Notice in post_ender’ is closed to new replies.