Function wp_rml_get_by_absolute_path
This functions checks if a specific folder exists by absolute path and is a given allowed RML Folder Type.
Returns:
IFolder Null if not found
Located at folders.php
Located at folders.php
Parameters summary
string |
$path |
Folder Absolute Path |
int[] |
$allowed = null |
Which folder types are allowed. If null all folder types are allowed. |