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.
wp_doc_link_parse
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.
wp_print_plugin_file_tree
Outputs the formatted file list for the plugin editor.
wp_make_plugin_file_tree
Makes a tree structure for the plugin editor’s file list.
Advertisement
wp_print_theme_file_tree
Outputs the formatted file list for the theme editor.
wp_make_theme_file_tree
Makes a tree structure for the theme editor’s file list.
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.