mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- minified assets;
- updated readme.txt > changelog section; - PHPDoc + Hookdocs updated for enqueue classes (common, admin, frontend); - fixed typos in PHPDoc;
This commit is contained in:
@@ -335,12 +335,12 @@ if ( ! class_exists( 'UM_Functions' ) ) {
|
||||
|
||||
|
||||
/**
|
||||
* @deprecated 2.7.1
|
||||
* @deprecated 2.8.0
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function cpt_list() {
|
||||
_deprecated_function( __METHOD__, '2.7.1', 'UM()->common()->cpt()->get_list()' );
|
||||
_deprecated_function( __METHOD__, '2.8.0', 'UM()->common()->cpt()->get_list()' );
|
||||
return UM()->common()->cpt()->get_list();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user