class-wpml-beaver-builder-handle-custom-fields-factory.php 281 Bytes
<?php

class WPML_PB_Beaver_Builder_Handle_Custom_Fields_Factory implements IWPML_Backend_Action_Loader, IWPML_AJAX_Action_Loader, IWPML_Frontend_Action_Loader {

	public function create() {
		return new WPML_PB_Handle_Custom_Fields( new WPML_Beaver_Builder_Data_Settings() );
	}
}