first commit

This commit is contained in:
dwindown
2025-08-21 20:39:34 +07:00
commit 58c1497171
576 changed files with 177044 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
/***
* @deprecated 3.0
*/
if ( ! class_exists( 'STM_LMS_Settings' ) ) {
class STM_LMS_Settings {
static function stm_get_post_type_array() {
}
}
}