ActionScheduler_SystemInformation::active_source_pathpublic staticWC 1.0

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() WC 10.0.2

public static function active_source_path(): string {
	return trailingslashit( dirname( __DIR__ ) );
}