?
| Current Path : /home/webyoo/www/sarah/site/wp-content/themes/woodmart/inc/integrations/ |
| Current File : /home/webyoo/www/sarah/site/wp-content/themes/woodmart/inc/integrations/wordfence.php |
<?php
/**
* Wordfence.
*
* @package woodmart
*/
if ( ! defined( 'WORDFENCE_VERSION' ) ) {
return;
}
add_action( 'woocommerce_login_form_start', [ WordfenceLS\Controller_WordfenceLS::shared(), '_woocommerce_login_enqueue_scripts' ] );