ActionScheduler_Versions::active_source_path
Устарела с версии 3.9.2. Больше не поддерживается и может быть удалена. Используйте ActionScheduler_SystemInformation::active_source_path().
Returns the directory path for the currently active installation of Action Scheduler.
Метод класса: ActionScheduler_Versions{}
Хуков нет.
Возвращает
Строку.
Использование
$ActionScheduler_Versions = new ActionScheduler_Versions(); $ActionScheduler_Versions->active_source_path(): string;
Список изменений
| Устарела с 3.9.2 | Use ActionScheduler_SystemInformation::active_source_path(). |
Код ActionScheduler_Versions::active_source_path() ActionScheduler Versions::active source path WC 10.8.1
public function active_source_path(): string {
_deprecated_function( __METHOD__, '3.9.2', 'ActionScheduler_SystemInformation::active_source_path()' );
return ActionScheduler_SystemInformation::active_source_path();
}