Title: Bad practice coding
Last modified: September 21, 2018

---

# Bad practice coding

 *  Resolved [yehudah](https://wordpress.org/support/users/yehudah/)
 * (@yehudah)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/bad-practice-coding/)
 * 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)

 *  Plugin Author [2FAS](https://wordpress.org/support/users/2fas/)
 * (@2fas)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/bad-practice-coding/#post-10717095)
 * Thank you for informing us about the issue. We will fix that in the next version.
 *  Plugin Author [2FAS](https://wordpress.org/support/users/2fas/)
 * (@2fas)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/bad-practice-coding/#post-10826339)
 * We’ve just released a new version of the plugin. We’ve solved the issue you’ve
   reported.
 *  Thread Starter [yehudah](https://wordpress.org/support/users/yehudah/)
 * (@yehudah)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/bad-practice-coding/#post-10826352)
 * Hi,
 * Many thanks for for the fix and for remember me 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Bad practice coding’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/magic-password_dbd5e7.svg)
 * [Magic Password](https://wordpress.org/plugins/magic-password/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/magic-password/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/magic-password/)
 * [Active Topics](https://wordpress.org/support/plugin/magic-password/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/magic-password/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/magic-password/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [yehudah](https://wordpress.org/support/users/yehudah/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/bad-practice-coding/#post-10826352)
 * Status: resolved