Returns the path on the remote filesystem of WP_PLUGIN_DIR.
WP_Filesystem_Base::wp_themes_dir
Returns the path on the remote filesystem of the Themes Directory.
WP_Filesystem_Base::find_folder
Locates a folder on the remote filesystem.
WP_Filesystem_Base::search_for_folder
Locates a folder on the remote filesystem.
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::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).
WP_Filesystem_SSH2::chmod
Changes filesystem permissions.
Advertisement
WP_Filesystem_SSH2::touch
Sets the access and modification times of a file.
WP_Filesystem_SSH2::chown
Changes the owner of a file or directory.
WP_Filesystem_SSH2::mkdir
Creates a directory.