Advertisement

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.

save_mod_rewrite_rules

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

Advertisement

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.

got_url_rewrite

Returns whether the server supports URL rewriting.

got_mod_rewrite

Returns whether the server is running Apache with the mod_rewrite module loaded.

Advertisement