New and updated in 1.5.0
-
functionmake_db_current()
Updates the database tables to a new schema.
-
functionmake_db_current_silent()
Updates the database tables to a new schema, but without displaying results.
-
functiondeslash()
Filters for content to remove unnecessary slashes.
-
functiondbDelta()
Modifies the database based on specified SQL statements.
-
functionget_admin_page_parent()
Gets the parent file of the current admin page.
-
functionget_admin_page_title()
Gets the title of the current admin page.
-
functionget_plugin_page_hook()
Gets the hook attached to the administrative page of a plugin.
-
functionget_plugin_page_hookname()
Gets the hook name for the administrative page of a plugin.
-
functionuser_can_access_admin_page()
Determines whether the current user can access the current admin page.
-
functionadd_management_page()
Adds a submenu page to the Tools main menu.
-
functionadd_options_page()
Adds a submenu page to the Settings main menu.
-
functionadd_menu_page()
Adds a top-level menu page.
-
functionadd_submenu_page()
Adds a submenu page.
-
functionget_plugin_data()
Parses the plugin contents to retrieve plugin’s metadata.
-
functionget_plugins()
Checks the plugins directory and retrieve all plugin files with plugin data.
-
functionpage_template_dropdown()
Prints out option HTML elements for the page templates drop-down.
-
functionparent_dropdown()
Prints out option HTML elements for the page parents drop-down.
-
functionedit_post()
Updates an existing post with values provided in `$_POST`.
-
hookdefault_content
Filters the default post content initially used in the “Write Post” form.
-
hookdefault_title
Filters the default post title initially used in the “Write Post” form.
-
hookdefault_excerpt
Filters the default post excerpt initially used in the “Write Post” form.
-
functionget_home_path()
Gets the absolute filesystem path to the root of the WordPress installation.
-
functionvalidate_file_to_edit()
Makes sure that the file that was requested to be edited is allowed to be edited.
-
Fires in each custom column in the Posts list table.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-posts-list-table.php:1385 -
functionget_file_description()
Gets the description for standard WordPress theme files.
-
Filters the columns displayed in the Posts list table.
-
hook{$page_hook}
Used to call the registered callback for a plugin screen.
-
Fires before a particular screen is loaded.
-
hookedit_page_form
Fires after ‘normal’ context meta boxes have been output for the ‘page’ post type.