Files
formipay-public/vendor/wpcfto/backward-compatibility.php
2025-08-21 20:39:34 +07:00

13 lines
163 B
PHP

<?php
/***
* @deprecated 3.0
*/
if ( ! class_exists( 'STM_LMS_Settings' ) ) {
class STM_LMS_Settings {
static function stm_get_post_type_array() {
}
}
}