New and updated in 2.7.0
-
functionadd_allowed_options()
Adds an array of options to the list of allowed options.
-
Filters the list of action links displayed for a specific plugin in the Plugins list table.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-plugins-list-table.php:1080 -
Fires if a bad session token is encountered.
-
Filters whether to allow a password to be reset.
-
hookpersonal_options
Fires at the end of the ‘Personal Options’ settings table on the user editing screen.
-
Fires inside the your-profile form tag on the user editing screen.
-
functionuse_ssl_preference()
Optional SSL preference that can be turned on by hooking to the ‘personal_options’ action.
-
Fires before the page loads on the ‘Edit User’ screen.
-
Checks if a file is readable.
-
Checks if a file or directory is writable.
-
Gets the file’s last access time.
-
Gets the file modification time.
-
Gets the file size (in bytes).
-
Sets the access and modification times of a file.
-
Creates a directory.
-
Deletes a directory.
-
Checks if a file or directory exists.
-
Gets details for files in a directory or a specific file.
Used by 2 functions | Uses 10 functions | Source: wp-admin/includes/class-wp-filesystem-ssh2.php:770 -
Checks if resource is a file.
-
Checks if resource is a directory.
-
Changes the owner of a file or directory.
-
Constructor.
-
Gets the file owner.
-
Connects filesystem.
-
Gets the permissions of the specified file or filepath in their octal format.
-
-
Gets the file’s group.
-
Reads entire file into a string.
-
Copies a file.
-
Reads entire file into an array.