File "wordfence.php"

Full Path: /home/ycoalition/public_html/blog/wp-content/themes/woodmart/inc/integrations/wordfence.php
File size: 241 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Wordfence.
 *
 * @package woodmart
 */

if ( ! defined( 'WORDFENCE_VERSION' ) ) {
	return;
}

add_action( 'woocommerce_login_form_start', [ WordfenceLS\Controller_WordfenceLS::shared(), '_woocommerce_login_enqueue_scripts' ] );