first commit
This commit is contained in:
12
vendor/wpcfto/backward-compatibility.php
vendored
Normal file
12
vendor/wpcfto/backward-compatibility.php
vendored
Normal 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() {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user