Locates a folder on the remote filesystem.
WP_Filesystem_Base::is_binary
Determines if the string provided contains binary characters.
WP_Filesystem_Base::abspath
Returns the path on the remote filesystem of ABSPATH.
WP_Filesystem_Base::wp_content_dir
Returns the path on the remote filesystem of WP_CONTENT_DIR.
Advertisement
Custom_Image_Header::css_includes
Set up the enqueue for the CSS files
add_allowed_options
Adds an array of options to the list of allowed options.
WP_Filesystem_SSH2::exists
Checks if a file or directory exists.
WP_Filesystem_SSH2::is_file
Checks if resource is a file.
Advertisement
WP_Filesystem_SSH2::is_dir
Checks if resource is a directory.
WP_Filesystem_SSH2::is_readable
Checks if a file is readable.
WP_Filesystem_SSH2::is_writable
Checks if a file or directory is writable.
WP_Filesystem_SSH2::atime
Gets the file’s last access time.
Advertisement
WP_Filesystem_SSH2::mtime
Gets the file modification time.
WP_Filesystem_SSH2::chgrp
Changes the file group.
WP_Filesystem_SSH2::size
Gets the file size (in bytes).