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.
wp_print_theme_file_tree
Outputs the formatted file list for the theme editor.
Advertisement
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.
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
register_and_do_post_meta_boxes
Registers the default post meta boxes, and runs the `do_meta_boxes` actions.
attachment_id3_data_meta_box
Display fields for ID3 data
post_thumbnail_meta_box
Display post thumbnail meta box.