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
/
compatibility
/
WcAjaxLayeredNav
:
Factory.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace WCML\Compatibility\WcAjaxLayeredNav; use WCML\Compatibility\ComponentFactory; use WCML_Ajax_Layered_Nav_Widget; class Factory extends ComponentFactory { /** * @inheritDoc */ public function create() { return new WCML_Ajax_Layered_Nav_Widget(); } }