- 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:
Mykyta Synelnikov
2023-11-17 17:25:47 +02:00
parent 0bb3e243f6
commit 9798c81a5e
29 changed files with 406 additions and 250 deletions
+2 -2
View File
@@ -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();
}