Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Path_Processor::is_absolute_path( string $path )

Indicates whether or not a path is absolute.


Description Description


Parameters Parameters

$path

(Required) The path to check.


Top ↑

Return Return

(bool) True if the path is absolute, otherwise false.


Top ↑

Source Source

File: vendor/automattic/jetpack-autoloader/src/class-path-processor.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.