ActionScheduler_SystemInformation::active_source_path()
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() ActionScheduler SystemInformation::active source path code WC 9.8.1
public static function active_source_path(): string { return trailingslashit( dirname( __DIR__ ) ); }