Used By
Used By | Description |
---|---|
wp-includes/functions.php: wp_delete_file_from_directory() | Deletes a file if its path is within the given directory. |
wp-includes/functions.php: wp_mkdir_p() | Recursive directory creation based on full path. |
wp-includes/functions.php: path_is_absolute() | Test if a given filesystem path is absolute. |
wp-includes/functions.php: wp_normalize_path() | Normalize a filesystem path. |
wp-includes/class-wp-image-editor.php: WP_Image_Editor::make_image() | Either calls editor’s save function or handles file as a stream. |
wp-includes/class-wp-image-editor-gd.php: WP_Image_Editor_GD::make_image() | Either calls editor’s save function or handles file as a stream. |