* reviewed and updated docs;

This commit is contained in:
Mykyta Synelnikov
2024-11-06 17:13:38 +02:00
parent c28135f212
commit 34ee3d5ebc
5 changed files with 71 additions and 47 deletions
+3 -2
View File
@@ -1444,7 +1444,9 @@ if ( ! class_exists( 'UM' ) ) {
}
/**
* @since 2.6.8
* Maybe include and init Action Scheduler.
*
* @since 2.9.0
*
* @return um\action_scheduler\Init
*/
@@ -1455,7 +1457,6 @@ if ( ! class_exists( 'UM' ) ) {
return $this->classes['action_scheduler'];
}
/**
* Include files with hooked filters/actions
*