b0y-101 Mini Shell


Current Path : E:/wordpress/wp-content/plugins/woocommerce-multilingual/compatibility/WcAjaxLayeredNav/
File Upload :
Current File : E:/wordpress/wp-content/plugins/woocommerce-multilingual/compatibility/WcAjaxLayeredNav/Factory.php

<?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();
	}
}

Copyright © 2019 by b0y-101