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
/
PaymentGateways
:
BlockHooksFactory.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace WCML\PaymentGateways; class BlockHooksFactory implements \IWPML_Frontend_Action_Loader, \IWPML_Deferred_Action_Loader { /** * @return \IWPML_Action */ public function create() { global $woocommerce_wpml; return new BlockHooks( $woocommerce_wpml ); } public function get_load_action() { return 'plugins_loaded'; } }