add_clean_index in /wp-admin/includes/upgrade.php
213
Continue readingHooks a function on to a specific action.Actions are the hooks that the WordPress core launches at specific points during execution, or when specific events occur. Plugins can specify that one or more of its PHP functions are executed at these points, using the Action API.
209
Continue readingAdds slashes to escape strings.Slashes will first be removed if magic_quotes_gpc is set, see http://www.php.net/magic_quotes for more details.
207
Continue readingActivate multiple plugins.When WP_Error is returned, it does not mean that one of the plugins had errors. It means that one or more of the plugins file path was invalid.
203
Continue reading
add_comments_page
Add sub menu page to the comments main menu.This function takes a capability which will be used to determine whether or not a page is included in the menu.
215
Continue reading →