• Resolved yehudah

    (@yehudah)


    Hello,

    Please stop doing this in your code: require_once ABSPATH . ‘wp-includes/pluggable.php’;
    If you a function doesn’t exist in runtime it’s mean you need to wrap your logic inside of a proper hook.

    The method you are using is a bad practice and causing a lot of conflicts with plugins trying to overide the pluggable functions.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bad practice coding’ is closed to new replies.