Deprecated method construct in plugin main file
-
For the plugin construct you are using the same class name to naming the construct function. This is deprecated and you should replace the constructor function name by __construct()
So replace this line:
function wpptopdfenh() {
by :
function __construct() {
Thanks !
- The topic ‘Deprecated method construct in plugin main file’ is closed to new replies.