ActionScheduler_SystemInformation::active_source_path
Returns the directory path for the currently active installation of Action Scheduler.
Метод класса: ActionScheduler_SystemInformation{}
Хуков нет.
Возвращает
Строку.
Использование
$result = ActionScheduler_SystemInformation::active_source_path(): string;
Код ActionScheduler_SystemInformation::active_source_path() ActionScheduler SystemInformation::active source path WC 10.8.1
public static function active_source_path(): string {
return trailingslashit( dirname( __DIR__ ) );
}