Using WordPress ‘request_filesystem_credentials()’ PHP function Written by Adrian Gordon WordPress Displays a form to the user to request for their FTP/SSH details in order to connect to the filesystem.
Using WordPress ‘remove_theme_support()’ PHP function Written by Adrian Gordon WordPress Allows a theme to de-register its support of a certain feature
Using WordPress ‘remove_option_whitelist()’ PHP function Written by Adrian Gordon WordPress Removes a list of options from the allowed options list.
Using WordPress ‘require_wp_db()’ PHP function Written by Adrian Gordon WordPress Load the database class file and instantiate the §wpdb global.
Using WordPress ‘remove_custom_background()’ PHP function Written by Adrian Gordon WordPress The article "Using WordPress `remove_custom_background()` PHP Function" explains how to remove custom background support from a WordPress theme using the `remove_custom_background()` PHP function
Using WordPress ‘remove_all_filters()’ PHP function Written by Adrian Gordon WordPress Removes all of the callback functions from a filter hook.
Using WordPress ‘remove_all_actions()’ PHP function Written by Adrian Gordon WordPress Removes all of the callback functions from an action hook.
Using WordPress ‘remove_allowed_options()’ PHP function Written by Adrian Gordon WordPress Removes a list of options from the allowed options list.
Using WordPress ‘register_theme_feature()’ PHP function Written by Adrian Gordon WordPress Registers a theme feature for use in add_theme_support() .