ActionScheduler_SystemInformation::active_source_path()public staticWC 1.0

Returns the directory path for the currently active installation of Action Scheduler.

Method of the class: ActionScheduler_SystemInformation{}

No Hooks.

Return

String.

Usage

$result = ActionScheduler_SystemInformation::active_source_path(): string;

ActionScheduler_SystemInformation::active_source_path() code WC 9.8.1

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