class-wpml-custom-xml.php 205 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php /** * @author OnTheGo Systems */ class WPML_Custom_XML extends WPML_WP_Option { public function get_key() { return 'wpml-tm-custom-xml'; } public function get_default() { return ''; } }