Functions
-
functionabsint()
Converts a value to non-negative integer.
-
functionactivate_plugin()
Attempts activation of plugin in a “sandbox” and redirects on success.
-
functionactivate_plugins()
Activates multiple plugins.
-
functionactivate_sitewide_plugin()
Deprecated functionality for activating a network-only plugin.
-
functionaddslashes_gpc()
Adds slashes to a string or recursively adds slashes to strings within an array.
-
functionaddslashes_strings_only()
Adds slashes only if the provided value is a string.
-
functionadd_action()
Adds a callback function to an action hook.
-
functionadd_allowed_options()
Adds an array of options to the list of allowed options.
-
functionadd_blog_option()
Adds a new option for a given blog ID.
-
functionadd_clean_index()
Adds an index to a specified table.
-
functionadd_comments_page()
Adds a submenu page to the Comments main menu.
-
functionadd_comment_meta()
Adds meta data field to a comment.
-
functionadd_contextual_help()
Add contextual help text for a page.
-
functionadd_custom_background()
Add callbacks for background image display.
-
functionadd_custom_image_header()
Add callbacks for image header display.
-
functionadd_dashboard_page()
Adds a submenu page to the Dashboard main menu.
-
functionadd_editor_style()
Adds callback for custom TinyMCE editor stylesheets.
-
functionadd_existing_user_to_blog()
Adds a user to a blog based on details from maybe_add_existing_user_to_blog().
-
functionadd_feed()
Adds a new feed type like /atom1/.
-
functionadd_filter()
Adds a callback function to a filter hook.
-
functionadd_image_size()
Registers a new image size.
-
functionadd_link()
Adds a link using values provided in $_POST.
-
functionadd_links_page()
Adds a submenu page to the Links main menu.
-
functionadd_magic_quotes()
Walks the array while sanitizing the contents.
-
functionadd_management_page()
Adds a submenu page to the Tools main menu.
-
functionadd_media_page()
Adds a submenu page to the Media main menu.
-
functionadd_menu_page()
Adds a top-level menu page.
-
functionadd_meta()
Adds post meta data defined in the `$_POST` superglobal for a post with given ID.