Files
doitinpoland.com/wp-content/plugins/sitepress-multilingual-cms/classes/custom-xml-config/class-wpml-custom-xml-factory.php
2023-09-12 21:41:04 +02:00

11 lines
202 B
PHP

<?php
/**
* @author OnTheGo Systems
*/
class WPML_Custom_XML_Factory {
public function create_resources( WPML_WP_API $wpml_wp_api ) {
return new WPML_Custom_XML_UI_Resources( $wpml_wp_api );
}
}