wpml-st-jed-domain.php 126 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <?php class WPML_ST_JED_Domain { public static function get( $domain, $handler ) { return $domain . '-' . $handler; } }