PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
paid-memberships-pro
/
includes
/
compatibility
<?php /** * Compatibility for the Bluehost WordPress plugin. */ /** * When a user is logged in, the BlueHost plugin will check if their passowrd is * insecure. If it is, they will be redirected to an "insecure password" screen. * This can interrupt our checkout flow. * * This function will disable the BlueHost plugin's password check when a user is * checking out. * * @since 2.12.3 */ function pmpro_bluehost_disable_password_check() { remove_action( 'wp_login', 'Newfold\WP\Module\Secure_Passwords\wp_login', 10, 2 ); } add_action( 'pmpro_checkout_preheader', 'pmpro_bluehost_disable_password_check' );
[-] woocommerce.php
[edit]
[+]
..
[-] bluehost-wordpress-plugin.php
[edit]
[-] siteorigin.php
[edit]
[-] wp-engine.php
[edit]
[-] elementor.php
[edit]
[-] jetpack.php
[edit]
[-] lifterlms.php
[edit]
[-] avada.php
[edit]
[-] oxygen-builder.php
[edit]
[-] theme-my-login.php
[edit]
[+]
elementor
[-] divi.php
[edit]
[-] buddypress.php
[edit]
[-] beaver-builder.php
[edit]