Title: HOTP and Base32 class declaration
Last modified: November 14, 2024

---

# HOTP and Base32 class declaration

 *  Resolved [fimm86](https://wordpress.org/support/users/fimm86/)
 * (@fimm86)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/hotp-and-base32-class-declaration/)
 * Dear support,
 * I hope that you can check the class declaration first before declaring the HOTP
   and Base32 class in the init.php file.
 * include_once(LOGINIZER_PRO_DIR.’/lib/hotp.php’);
   include_once(LOGINIZER_PRO_DIR.’/
   lib/Base32.php’);
 * It can increase the compatibility with another security plugin. For example:
   
   if (!class_exists(‘HOTP’)) {include_once(LOGINIZER_PRO_DIR.’/lib/hotp.php’);}
 * if (!class_exists(‘Base32’)) {
   include_once(LOGINIZER_PRO_DIR.’/lib/Base32.php’);}

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [loginizer](https://wordpress.org/support/users/loginizer/)
 * (@loginizer)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/hotp-and-base32-class-declaration/#post-18137185)
 * Hello,
 * We are sorry for the inconvenience caused and thanks for reporting this issue,
   we will work to fix this.
   If you want to continue discussion about the issue 
   please reach out to us at [https://softaculous.deskuss.com/open.php?topicId=16](https://softaculous.deskuss.com/open.php?topicId=16)
   as this is a part of the Pro plugin and we are not allowed to discuss that in
   the WordPress forum. [https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products](https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products)
 * Regards,
   Loginizer Team

Viewing 1 replies (of 1 total)

The topic ‘HOTP and Base32 class declaration’ is closed to new replies.

 * ![](https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093)
 * [Loginizer](https://wordpress.org/plugins/loginizer/)
 * [Support Threads](https://wordpress.org/support/plugin/loginizer/)
 * [Active Topics](https://wordpress.org/support/plugin/loginizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/loginizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/loginizer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [loginizer](https://wordpress.org/support/users/loginizer/)
 * Last activity: [1 year, 5 months ago](https://wordpress.org/support/topic/hotp-and-base32-class-declaration/#post-18137185)
 * Status: resolved