Advertisement

iis7_rewrite_rule_exists

Check if rewrite rule for WordPress already exists in the IIS 7+ configuration file

set_screen_options

Saves option for number of rows when listing posts, pages, comments, etc.

show_message

Displays the given administration message.

Advertisement

wp_reset_vars

Resets global variables based on $_GET and $_POST

update_home_siteurl

Flushes rewrite rules if siteurl, home or page_on_front changed.

Advertisement

update_recently_edited

Update the “recently-edited” file for the plugin or theme editor.

iis7_save_url_rewrite_rules

Updates the IIS web.config file with the current rules if it is writable.

Advertisement

save_mod_rewrite_rules

Updates the htaccess file with the current rules if it is writable.

insert_with_markers

Inserts an array of strings into a file (.htaccess), placing it between BEGIN and END markers.

extract_from_markers

Extracts strings from between the BEGIN and END markers in the .htaccess file.