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.
Returns
String.
Usage
$result = ActionScheduler_SystemInformation::active_source_path(): string;
ActionScheduler_SystemInformation::active_source_path() ActionScheduler SystemInformation::active source path code WC 10.6.2
public static function active_source_path(): string {
return trailingslashit( dirname( __DIR__ ) );
}