D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
raptqcnr
/
www
/
wp-content
/
themes
/
woodmart
/
inc
/
integrations
/
Filename :
wordfence.php
back
Copy
<?php /** * Wordfence. * * @package woodmart */ if ( ! defined( 'WORDFENCE_VERSION' ) ) { return; } add_action( 'woocommerce_login_form_start', [ WordfenceLS\Controller_WordfenceLS::shared(), '_woocommerce_login_enqueue_scripts' ] );