Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
woocommerce-multilingual
/
classes
/
multi-currency
/
geolocation
:
GeolocationBackendHooks.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace WCML\MultiCurrency; use WCML\StandAlone\IStandAloneAction; class GeolocationBackendHooks implements \IWPML_Backend_Action, IStandAloneAction { public function add_hooks() { add_filter( 'wcml_geolocation_is_used', [ Geolocation::class, 'isUsed' ] ); } }