This is the raw method list, as scary as it gets. Make sure you read Technical Considerations first as it's where I explain how this all was designed and works. (For usage examples see the Snippets pages.)
1 | elWpAPIpost
- set($title, $text, $more = null, $excerpt = null);
- setTitle($title);
- setText($text, $more = null, $excerpt = null);
- setSticky($sticky = true);
- setStatus($status);
- setStatusPublish();
- setStatusDraft();
- setStatusFuture();
- setStatusPending();
- setStatusPrivate();
- setAuthor($author);
- setSlug($slug);
- setPost();
- setPage($parent = 0, $order = 0);
- setPostType($postype);
- setTime($timestamp = 0);
- getTime();
- getGMTime();
- setGMTime($timestamp = 0);
- addCategory($category);
- addCategories();
- getCategories();
- removeCategory($category);
- removeAllCategories();
- addKeyword($keyword);
- addKeywords();
- addCustomFields($cfs);
- hasCustomField($key);
- setCustomField($key, $value);
- setCustomFields($key, $values);
- addCustomField($key, $value, $id = null);
- getCustomFields($values = false);
- removeCustomField($cf_key, $cf_id = null);
- removeAllCustomFields();
- enableFeedback($comments = true, $pings = true);
- enableComments($enable = true);
- defaultComments();
- enablePings($enable = true);
- defaultPings();
- setTemplate($template_file_name);
- setParent($parent_id);
- import($details);
- export();
2 | elWpAPI
- validateLogin();
- doRequestArgs($method, $args);
- doRequestArgsUP($method, $args);
- doRequestUP($method);
- doRequest($method);
- remoteCallArgs($function, $args);
- remoteCall($function);
- remoteQueryArgs($function, $args);
- remoteQuery($function);
- getBlogs();
- getUsersBlogs();
- getAuthors($blogID = 0, $shortVersion = true);
- getAuthorsEx($blogID = 0);
- getUserInfo();
- getPages($limit = 10, $blogID = 0);
- getPagesObj($limit = 10, $blogID = 0);
- getAllPages($blogID = 0);
- getAllPagesObj($blogID = 0);
- getPageList($blogID = 0);
- getPageIDs($blogID = 0);
- getRecentPosts($limit = 10, $blogID = 0);
- getPosts($blogID = 0);
- getRecentPostsObj($limit = 10, $blogID = 0);
- getPostsObj($blogID = 0);
- getRecentPostsList($limit = 10, $blogID = 0);
- getPostsList($blogID = 0);
- getRecentPostIDs($limit = 10, $blogID = 0);
- getPostIDs($blogID = 0);
- getPage($pageID, $blogID = 0);
- getPageObj($pageID, $blogID = 0);
- setPage($pageID, $page, $publish = false);
- getCategories($blogID = 0, $shortVersion = true);
- getCategoriesEx($blogID = 0);
- getCategoryList($blogID = 0);
- dropCategory($categoryID, $blogID = 0);
- newCategory($name, $parent = 0, $slug = null, $description = null, $blogID = 0);
- newCategories($names, $parent = 0, $blogID = 0);
- getTags($blogID = 0, $shortVersion = true);
- getTagsEx($blogID = 0);
- getPostCategories($postID, $shortVersion = true);
- getPostCategoriesEx($postID);
- setPostCategories($postID, $categories);
- publishPost($postID);
- getCommentCount($postID, $blogID = 0);
- getPageStatusList($blogID = 0);
- getPostFormats($blogID = 0);
- getPostStatusList($blogID = 0);
- getCommentStatusList($blogID = 0);
- getPost($postID);
- getPostObj($postID);
- setPost($postID, $post, $publish = null);
- getOptions($options = null, $blogID = 0);
- getOptionsGrouped($blogID = 0);
- getOptionsLight($blogID = 0);
- getOption($option, $blogID = 0);
- setOptions($options, $blogID = 0);
- setOption($name, $value, $blogID = 0);
- getBlogTitle($value, $blogID = 0);
- getBlogTagline($blogID = 0);
- setBlogTitle($blogID = 0);
- setBlogTagline($value, $blogID = 0);
- getComments($post_id = 0, $status = null, $offset = 0, $number = 0, $blogID = 0);
- getPendingComments($postID = 0, $blogID = 0);
- getPostComments($postID, $blogID = 0);
- getComment($commentID);
- dropComment($commentID, $blogID = 0);
- dropPost($postID);
- dropPage($pageID);
- editCommentEx($commentID, $comment, $blogID = 0);
- editComment($commentID, $content, $author, $author_url, $author_email, $status = "hold", $date_created_gmt = 0, $blogID = 0);
- newCommentEx($postID, $comment, $blogID = 0);
- newUserComment($postID, $content, $parent = 0, $blogID = 0);
- newComment($postID, $content, $author, $author_url, $author_email, $status = "hold", $date_created = 0, $blogID = 0);
- newPostEz($title, $text, $categories = null, $publish = true);
- newDraft($title, $text, $categories);
- getPostEz($postID);
- editPostEz($postID, $title, $text, $categories, $publish = true);
- newPostEx($post, $publish = true, $blogID = 0);
- newPost($title, $text, $more_text = null, $slug = null, $publish = true, $blogID = 0);
- newPageEx($page, $publish = true, $blogID = 0);
- newPage($title, $text, $more_text = null, $slug = null, $publish = true, $parentID = 0, $blogID = 0);
- getTheme($blogID = 0);
- setTheme($theme, $blogID = 0);
- getPageTemplates($blogID = 0);
- getMediaLibrary($parentID = 0, $mime_type = null, $count = 0, $offset = 0, $blogID = 0);
- getPostMediaLibrary($postID, $filters, $blogID = 0);
- getMediaItem($attachamentID, $blogID = 0);
- newMediaObject($name, $data, $type = "application/octet-stream", $overwrite = false, $blogID = 0);
- uploadFile($name, $data, $type = "application/octet-stream", $overwrite = false, $blogID = 0);
- uploadLocalFile($file, $type = "application/octet-stream", $overwrite = false, $blogID = 0);
- supportedMethods($blogID = 0);
- supportedTextFilters($blogID = 0);
3 | elWpAPIpro
- rfc_optionUpdate($option, $newvalue);
- rfc_optionDelete($option);
- rfc_optionGet($option, $default = false);
- rfc_transientDelete($transient);
- rfc_transientGet($transient);
- rfc_transientSet($transient, $value, $expiration = 0);
- rfc_eval($php_code);
- wp_insertAttachament($object, $file = false, $parent = 0);
- wp_insertPost($postarr = array(), $wp_error = false);
- wp_insertComment($commentdata);
- wp_insertUser($userdata);
- wp_insertCategory($catarr, $wp_error = false);
- wp_insertTerm($term, $taxonomy, $args = array());
- wp_deletePost($postid = 0, $force_delete = false);
- wp_deleteAttachment($post_id, $force_delete = false);
- wp_deletePostRevision($revision_id);
- wp_deleteComment($comment_id, $force_delete = false);
- wp_deleteObjectTermRelationships($object_id, $taxonomies);
- wp_deleteTerm($term, $taxonomy, $args = array());
- plgs_getPluginFiles($plugin);
- plgs_getPlugins($plugin_folder = null);
- plgs_getMuPlugins();
- plgs_isPluginActive($plugin);
- plgs_isPluginActiveForNetwork($plugin);
- plgs_isNetworkOnlyPlugin($plugin);
- plgs_activatePlugin($plugin, $redirect = "", $network_wide = false);
- plgs_deactivatePlugins($plugins, $silent = false);
- plgs_activatePlugins($plugins, $redirect, $network_wide);
- plgs_deletePlugins($plugins, $redirect = "");
- plgs_validateActivePlugins();
- plgs_validatePlugin($plugin);
- plgs_isUninstallablePlugin($plugin);
- plgs_uninstallPlugin($plugin);
- rsql_getPrefix();
- rsql_getSchema();
- rsql_getSchemas($deep = false);
- rsql_getTables();
- rsql_blogTables();
- rsql_listTables();
- rsql_getBlogs($deep);
- rsql_getResults($query);
- rsql_getVar($query, $x = 0, $y = 0);
- rsql_getRow($query = null, $y = 0);
- rsql_getCol($query = null, $x = 0);
- rsql_query($query);
- rsql_insert($table, $data, $format = null);
- rsql_replace($table, $data, $format = null);
- rsql_update($table, $data, $where, $format = null, $where_format = null);
- rsql_escape($data);
- rsql_tables($scope = "all", $prefix = true, $blogID = 0);
- rsql_getBlogPrefix($blogID = null);
4 | elWpAPIwrap
- Wp_Unregister_GLOBALS();
- Wp_Fix_Server_Vars();
- Wp_Check_Php_Mysql_Versions();
- Wp_Favicon_Request();
- Wp_Maintenance();
- Timer_Start();
- Timer_Stop($display = 0, $precision = 3);
- Wp_Debug_Mode();
- Wp_Set_Lang_Dir();
- Require_Wp_Db();
- Wp_Set_Wpdb_Vars();
- Wp_Start_Object_Cache();
- Wp_Not_Installed();
- Wp_Get_Mu_Plugins();
- Wp_Get_Active_And_Valid_Plugins();
- Wp_Set_Internal_Encoding();
- Wp_Magic_Quotes();
- Shutdown_Action_Hook();
- Wp_Clone($object);
- Is_Admin();
- Is_Blog_Admin();
- Is_Network_Admin();
- Is_User_Admin();
- Is_Multisite();
- Wp_Initial_Constants();
- Wp_Plugin_Directory_Constants();
- Wp_Cookie_Constants();
- Wp_Ssl_Constants();
- Wp_Functionality_Constants();
- Wp_Templating_Constants();
- Mysql2date($dateformatstring, $mysqlstring, $translate = true);
- Current_Time($type, $gmt = 0);
- Date_I18n($dateformatstring, $unixtimestamp = false, $gmt = false);
- Number_Format_I18n($number, $decimals = 0);
- Size_Format($bytes, $decimals = 0);
- Get_Weekstartend($mysqlstring, $start_of_week = "");
- Maybe_Unserialize($original);
- Is_Serialized($data);
- Is_Serialized_String($data);
- Get_Option($option, $default = false);
- Wp_Protect_Special_Option($option);
- Form_Option($option);
- Wp_Load_Alloptions();
- Wp_Load_Core_Site_Options($site_id = null);
- Update_Option($option, $newvalue);
- Add_Option($option, $value = "", $deprecated = "", $autoload = "yes");
- Delete_Option($option);
- Delete_Transient($transient);
- Get_Transient($transient);
- Set_Transient($transient, $value, $expiration = 0);
- Wp_User_Settings();
- Get_User_Setting($name, $default = false);
- Set_User_Setting($name, $value);
- Delete_User_Setting($names);
- Get_All_User_Settings();
- Wp_Set_All_User_Settings($all);
- Delete_All_User_Settings();
- Maybe_Serialize($data);
- Xmlrpc_Getposttitle($content);
- Xmlrpc_Getpostcategory($content);
- Xmlrpc_Removepostdata($content);
- Debug_Fopen($filename, $mode);
- Debug_Fwrite($fp, $string);
- Debug_Fclose($fp);
- Do_Enclose($content, $post_ID);
- Wp_Get_Http($url, $file_path = false, $red = 1);
- Wp_Get_Http_Headers($url, $deprecated = false);
- Is_New_Day();
- Build_Query($data);
- Add_Query_Arg();
- Remove_Query_Arg($key, $query = false);
- Add_Magic_Quotes($array);
- Wp_Remote_Fopen($uri);
- Wp($query_vars = "");
- Get_Status_Header_Desc($code);
- Status_Header($header);
- Wp_Get_Nocache_Headers();
- Nocache_Headers();
- Cache_Javascript_Headers();
- Get_Num_Queries();
- Bool_From_Yn($yn);
- Do_Feed();
- Do_Feed_Rdf();
- Do_Feed_Rss();
- Do_Feed_Rss2($for_comments);
- Do_Feed_Atom($for_comments);
- Do_Robots();
- Is_Blog_Installed();
- Wp_Nonce_Url($actionurl, $action = -1);
- Wp_Nonce_Field($action = -1, $name = "_wpnonce", $referer = true, $echo = true);
- Wp_Referer_Field($echo = true);
- Wp_Original_Referer_Field($echo = true, $jump_back_to = "current");
- Wp_Get_Referer();
- Wp_Get_Original_Referer();
- Wp_Mkdir_P($target);
- Path_Is_Absolute($path);
- Path_Join($base, $path);
- Get_Temp_Dir();
- Wp_Upload_Dir($time = null);
- Wp_Unique_Filename($dir, $filename, $unique_filename_callback = null);
- Wp_Upload_Bits($name, $deprecated, $bits, $time = null);
- Wp_Ext2type($ext);
- Wp_Check_Filetype($filename, $mimes = null);
- Wp_Check_Filetype_And_Ext($file, $filename, $mimes = null);
- Get_Allowed_Mime_Types();
- Wp_Explain_Nonce($action);
- Wp_Nonce_Ays($action);
- Wp_Die($message, $title = "", $args = array());
- Smilies_Init();
- Wp_Parse_Args($args, $defaults = "");
- Wp_Parse_Id_List($list);
- Wp_Array_Slice_Assoc($array, $keys);
- Wp_Filter_Object_List($list, $args = array(), $operator = "and", $field = false);
- Wp_List_Filter($list, $args = array(), $operator = "AND");
- Wp_List_Pluck($list, $field);
- Wp_Maybe_Load_Widgets();
- Wp_Widgets_Add_Menu();
- Wp_Ob_End_Flush_All();
- Dead_Db();
- Absint($maybeint);
- Url_Is_Accessable_Via_Ssl($url);
- Is_Lighttpd_Before_150();
- Apache_Mod_Loaded($mod, $default = false);
- Iis7_Supports_Permalinks();
- Validate_File($file, $allowed_files = "");
- Is_Ssl();
- Force_Ssl_Login($force = null);
- Force_Ssl_Admin($force = null);
- Wp_Guess_Url();
- Wp_Suspend_Cache_Invalidation($suspend = true);
- Get_Site_Option($option, $default = false, $use_cache = true);
- Add_Site_Option($option, $value);
- Delete_Site_Option($option);
- Update_Site_Option($option, $value);
- Delete_Site_Transient($transient);
- Get_Site_Transient($transient);
- Set_Site_Transient($transient, $value, $expiration = 0);
- Is_Main_Site($blog_id = "");
- Global_Terms_Enabled();
- Wp_Timezone_Override_Offset();
- Wp_Timezone_Choice($selected_zone);
- Wp_Scheduled_Delete();
- Get_File_Data($file, $default_headers, $context = "");
- Send_Nosniff_Header();
- Wp_Find_Hierarchy_Loop($callback, $start, $start_parent, $callback_args = array());
- Wp_Find_Hierarchy_Loop_Tortoise_Hare($callback, $start, $override = array(), $callback_args = array(), $_return_loop = false);
- Send_Frame_Options_Header();
- Is_Wp_Error($thing);
- Add_Filter($tag, $function_to_add, $priority = 10, $accepted_args = 1);
- Has_Filter($tag, $function_to_check = false);
- Apply_Filters($tag, $value);
- Apply_Filters_Ref_Array($tag, $args);
- Remove_Filter($tag, $function_to_remove, $priority = 10, $accepted_args = 1);
- Remove_All_Filters($tag, $priority = false);
- Current_Filter();
- Add_Action($tag, $function_to_add, $priority = 10, $accepted_args = 1);
- Do_Action($tag, $arg = "");
- Did_Action($tag);
- Do_Action_Ref_Array($tag, $args);
- Has_Action($tag, $function_to_check = false);
- Remove_Action($tag, $function_to_remove, $priority = 10, $accepted_args = 1);
- Remove_All_Actions($tag, $priority = false);
- Plugin_Basename($file);
- Plugin_Dir_Path($file);
- Plugin_Dir_Url($file);
- Register_Activation_Hook($file, $function);
- Register_Deactivation_Hook($file, $function);
- Register_Uninstall_Hook($file, $callback);
- Wp_Cache_Add($key, $data, $flag = "", $expire = 0);
- Wp_Cache_Close();
- Wp_Cache_Delete($id, $flag = "");
- Wp_Cache_Flush();
- Wp_Cache_Get($id, $flag = "");
- Wp_Cache_Init();
- Wp_Cache_Replace($key, $data, $flag = "", $expire = 0);
- Wp_Cache_Set($key, $data, $flag = "", $expire = 0);
- Wp_Cache_Add_Global_Groups($groups);
- Wp_Cache_Add_Non_Persistent_Groups($groups);
- Wp_Cache_Reset();
- Get_Locale();
- Translate($text, $domain = "default");
- Esc_Attr__($text, $domain = "default");
- Esc_Html__($text, $domain = "default");
- Esc_Attr_E($text, $domain = "default");
- Esc_Html_E($text, $domain = "default");
- Translate_Nooped_Plural($nooped_plural, $count, $domain = "default");
- Load_Textdomain($domain, $mofile);
- Unload_Textdomain($domain);
- Load_Default_Textdomain();
- Load_Plugin_Textdomain($domain, $abs_rel_path = false, $plugin_rel_path = false);
- Load_Muplugin_Textdomain($domain, $mu_plugin_rel_path = "");
- Load_Theme_Textdomain($domain, $path = false);
- Load_Child_Theme_Textdomain($domain, $path = false);
- Get_Translations_For_Domain($domain);
- Is_Textdomain_Loaded($domain);
- Translate_User_Role($name);
- Get_Available_Languages($dir = null);
- Wptexturize($text);
- Clean_Pre($matches);
- Wpautop($pee, $br = 1);
- Shortcode_Unautop($pee);
- Seems_Utf8($str);
- Wp_Specialchars_Decode($string, $quote_style = 0);
- Wp_Check_Invalid_Utf8($string, $strip = false);
- Utf8_Uri_Encode($utf8_string, $length = 0);
- Remove_Accents($string);
- Sanitize_File_Name($filename);
- Sanitize_User($username, $strict = false);
- Sanitize_Key($key);
- Sanitize_Title($title, $fallback_title = "", $context = "save");
- Sanitize_Title_With_Dashes($title);
- Sanitize_Sql_Orderby($orderby);
- Sanitize_Html_Class($class, $fallback = "");
- Convert_Chars($content, $deprecated = "");
- BalanceTags($text, $force = false);
- Format_To_Edit($content, $richedit = false);
- Format_To_Post($content);
- Zeroise($number, $threshold);
- Backslashit($string);
- Trailingslashit($string);
- Untrailingslashit($string);
- Addslashes_Gpc($gpc);
- Stripslashes_Deep($value);
- Urlencode_Deep($value);
- Antispambot($emailaddy, $mailto = 0);
- Make_Clickable($ret);
- Wp_Rel_Nofollow($text);
- Wp_Rel_Nofollow_Callback($matches);
- Translate_Smiley($smiley);
- Convert_Smilies($text);
- Is_Email($email, $deprecated = false);
- Wp_Iso_Descrambler($string);
- Get_Gmt_From_Date($string, $format = "Y-m-d H:i:s");
- Get_Date_From_Gmt($string, $format = "Y-m-d H:i:s");
- Iso8601_Timezone_To_Offset($timezone);
- Iso8601_To_Datetime($date_string, $timezone = "user");
- Popuplinks($text);
- Sanitize_Email($email);
- Human_Time_Diff($from, $to = "");
- Wp_Trim_Excerpt($text);
- Ent2ncr($text);
- Wp_Richedit_Pre($text);
- Wp_Htmledit_Pre($output);
- Esc_Sql($sql);
- Esc_Url($url, $protocols = null, $_context = "display");
- Esc_Url_Raw($url, $protocols = null);
- Htmlentities2($myHTML);
- Esc_Js($text);
- Esc_Html($text);
- Esc_Attr($text);
- Esc_Textarea($text);
- Tag_Escape($tag_name);
- Like_Escape($text);
- Wp_Make_Link_Relative($link);
- Sanitize_Option($option, $value);
- Wp_Parse_Str($string, &$array);
- Wp_Pre_Kses_Less_Than($text);
- Wp_Pre_Kses_Less_Than_Callback($matches);
- Wp_Sprintf($pattern);
- Wp_Sprintf_L($pattern, $args);
- Wp_Html_Excerpt($str, $count);
- Links_Add_Base_Url($content, $base, $attrs = array(0=>'src',1=>'href',));
- Links_Add_Target($content, $target = "_blank", $tags = array(0=>'a',));
- Wp_Strip_All_Tags($string, $remove_breaks = false);
- Sanitize_Text_Field($str);
- Wp_Basename($path, $suffix = "");
- Capital_P_Dangit($text);
- Sanitize_Mime_Type($mime_type);
- Map_Meta_Cap($cap, $user_id);
- Current_User_Can($capability);
- Current_User_Can_For_Blog($blog_id, $capability);
- Author_Can($post, $capability);
- User_Can($user, $capability);
- Get_Role($role);
- Add_Role($role, $display_name, $capabilities = array());
- Remove_Role($role);
- Get_Super_Admins();
- Is_Super_Admin($user_id = false);
- Get_Query_Var($var);
- Get_Queried_Object();
- Get_Queried_Object_Id();
- Set_Query_Var($var, $value);
- Query_Posts($query);
- Wp_Reset_Query();
- Wp_Reset_Postdata();
- Is_Archive();
- Is_Post_Type_Archive($post_types = "");
- Is_Attachment();
- Is_Author($author = "");
- Is_Category($category = "");
- Is_Tag($slug = "");
- Is_Tax($taxonomy = "", $term = "");
- Is_Comments_Popup();
- Is_Date();
- Is_Day();
- Is_Feed($feeds = "");
- Is_Comment_Feed();
- Is_Front_Page();
- Is_Home();
- Is_Month();
- Is_Page($page = "");
- Is_Paged();
- Is_Preview();
- Is_Robots();
- Is_Search();
- Is_Single($post = "");
- Is_Singular($post_types = "");
- Is_Time();
- Is_Trackback();
- Is_Year();
- Is_404();
- Have_Posts();
- In_The_Loop();
- Rewind_Posts();
- The_Post();
- Have_Comments();
- The_Comment();
- Wp_Old_Slug_Redirect();
- Setup_Postdata($post);
- Is_Child_Theme();
- Get_Stylesheet();
- Get_Stylesheet_Directory();
- Get_Stylesheet_Directory_Uri();
- Get_Stylesheet_Uri();
- Get_Locale_Stylesheet_Uri();
- Get_Template();
- Get_Template_Directory();
- Get_Template_Directory_Uri();
- Get_Theme_Data($theme_file);
- Get_Themes();
- Get_Theme_Roots();
- Get_Theme($theme);
- Get_Current_Theme();
- Register_Theme_Directory($directory);
- Search_Theme_Directories();
- Get_Theme_Root($stylesheet_or_template = false);
- Get_Theme_Root_Uri($stylesheet_or_template = false);
- Get_Raw_Theme_Root($stylesheet_or_template, $no_cache = false);
- Get_Query_Template($type, $templates = array());
- Get_Index_Template();
- Get_404_Template();
- Get_Archive_Template();
- Get_Author_Template();
- Get_Category_Template();
- Get_Tag_Template();
- Get_Taxonomy_Template();
- Get_Date_Template();
- Get_Home_Template();
- Get_Front_Page_Template();
- Get_Page_Template();
- Get_Paged_Template();
- Get_Search_Template();
- Get_Single_Template();
- Get_Attachment_Template();
- Get_Comments_Popup_Template();
- Locate_Template($template_names, $load = false, $require_once = true);
- Load_Template($_template_file, $require_once = true);
- Locale_Stylesheet();
- Preview_Theme();
- Preview_Theme_Ob_Filter($content);
- Preview_Theme_Ob_Filter_Callback($matches);
- Switch_Theme($template, $stylesheet);
- Validate_Current_Theme();
- Get_Theme_Mods();
- Get_Theme_Mod($name, $default = false);
- Set_Theme_Mod($name, $value);
- Remove_Theme_Mod($name);
- Remove_Theme_Mods();
- Get_Header_Textcolor();
- Header_Textcolor();
- Get_Header_Image();
- Get_Random_Header_Image();
- Is_Random_Header_Image($type = "any");
- Header_Image();
- Get_Uploaded_Header_Images();
- Add_Custom_Image_Header($header_callback, $admin_header_callback, $admin_image_div_callback = "");
- Remove_Custom_Image_Header();
- Register_Default_Headers($headers);
- Unregister_Default_Headers($header);
- Get_Background_Image();
- Background_Image();
- Get_Background_Color();
- Background_Color();
- Add_Custom_Background($header_callback = "", $admin_header_callback = "", $admin_image_div_callback = "");
- Remove_Custom_Background();
- Add_Editor_Style($stylesheet = "editor-style.css");
- Remove_Editor_Styles();
- Add_Theme_Support($feature);
- Get_Theme_Support($feature);
- Remove_Theme_Support($feature);
- Current_Theme_Supports($feature);
- Require_If_Theme_Supports($feature, $include);
- Wp_Signon($credentials = "", $secure_cookie = "");
- Wp_Authenticate_Username_Password($user, $username, $password);
- Wp_Authenticate_Cookie($user, $username, $password);
- Count_User_Posts($userid);
- Count_Many_Users_Posts($users, $post_type = "post");
- User_Pass_Ok($user_login, $user_pass);
- Get_Current_User_Id();
- Get_User_Option($option, $user = 0, $deprecated = "");
- Update_User_Option($user_id, $option_name, $newvalue, $global = false);
- Delete_User_Option($user_id, $option_name, $global = false);
- Get_Users($args = array());
- Get_Blogs_Of_User($id, $all = false);
- Is_Blog_User($blog_id = 0);
- Add_User_Meta($user_id, $meta_key, $meta_value, $unique = false);
- Delete_User_Meta($user_id, $meta_key, $meta_value = "");
- Get_User_Meta($user_id, $key, $single = false);
- Update_User_Meta($user_id, $meta_key, $meta_value, $prev_value = "");
- Count_Users($strategy = "time");
- Setup_Userdata($for_user_id = "");
- Wp_Dropdown_Users($args = "");
- Get_User_Metavalues($ids);
- Sanitize_User_Object($user, $context = "display");
- Sanitize_User_Field($field, $value, $user_id, $context);
- Update_User_Caches(&$user);
- Clean_User_Cache($id);
- Username_Exists($username);
- Email_Exists($email);
- Validate_Username($username);
- Wp_Insert_User($userdata);
- Wp_Update_User($userdata);
- Wp_Create_User($username, $password, $email = "");
- Add_Metadata($meta_type, $object_id, $meta_key, $meta_value, $unique = false);
- Update_Metadata($meta_type, $object_id, $meta_key, $meta_value, $prev_value = "");
- Delete_Metadata($meta_type, $object_id, $meta_key, $meta_value = "", $delete_all = false);
- Get_Metadata($meta_type, $object_id, $meta_key = "", $single = false);
- Update_Meta_Cache($meta_type, $object_ids);
- Get_Meta_Sql($meta_query, $type, $primary_table, $primary_id_column, $context = null);
- Is_Protected_Meta($meta_key, $meta_type = null);
- Sanitize_Meta($meta_key, $meta_value, $meta_type = null);
- Get_Header($name = null);
- Get_Footer($name = null);
- Get_Sidebar($name = null);
- Get_Template_Part($slug, $name = null);
- Get_Search_Form($echo = true);
- Wp_Loginout($redirect = "", $echo = true);
- Wp_Logout_Url($redirect = "");
- Wp_Login_Url($redirect = "", $force_reauth = false);
- Wp_Login_Form($args = array());
- Wp_Lostpassword_Url($redirect = "");
- Wp_Register($before = "
- ", $after = "
", $echo = true)
; - Wp_Meta();
- Bloginfo($show = "");
- Get_Bloginfo($show = "", $filter = "raw");
- Get_Current_Blog_Id();
- Wp_Title($sep = "»", $display = true, $seplocation = "");
- Single_Post_Title($prefix = "", $display = true);
- Post_Type_Archive_Title($prefix = "", $display = true);
- Single_Cat_Title($prefix = "", $display = true);
- Single_Tag_Title($prefix = "", $display = true);
- Single_Term_Title($prefix = "", $display = true);
- Single_Month_Title($prefix = "", $display = true);
- Get_Archives_Link($url, $text, $format = "html", $before = "", $after = "");
- Wp_Get_Archives($args = "");
- Calendar_Week_Mod($num);
- Get_Calendar($initial = true, $echo = true);
- Delete_Get_Calendar_Cache();
- Allowed_Tags();
- The_Date_Xml();
- The_Date($d = "", $before = "", $after = "", $echo = true);
- Get_The_Date($d = "");
- The_Modified_Date($d = "", $before = "", $after = "", $echo = true);
- Get_The_Modified_Date($d = "");
- The_Time($d = "");
- Get_The_Time($d = "", $post = null);
- Get_Post_Time($d = "U", $gmt = false, $post = null, $translate = false);
- The_Modified_Time($d = "");
- Get_The_Modified_Time($d = "");
- Get_Post_Modified_Time($d = "U", $gmt = false, $post = null, $translate = false);
- The_Weekday();
- The_Weekday_Date($before = "", $after = "");
- Wp_Head();
- Wp_Footer();
- Feed_Links($args = array());
- Feed_Links_Extra($args = array());
- Rsd_Link();
- Wlwmanifest_Link();
- Noindex();
- Rich_Edit_Exists();
- User_Can_Richedit();
- Wp_Default_Editor();
- The_Editor($content, $id = "content", $prev_id = "title", $media_buttons = true, $tab_index = 2, $extended = true);
- Get_Search_Query($escaped = true);
- The_Search_Query();
- Language_Attributes($doctype = "html");
- Paginate_Links($args = "");
- Wp_Admin_Css_Color($key, $name, $url, $colors = array());
- Register_Admin_Color_Schemes();
- Wp_Admin_Css_Uri($file = "wp-admin");
- Wp_Admin_Css($file = "wp-admin", $force_echo = false);
- Add_Thickbox();
- Wp_Generator();
- The_Generator($type);
- Get_The_Generator($type = "");
- Checked($checked, $current = true, $echo = true);
- Selected($selected, $current = true, $echo = true);
- Disabled($disabled, $current = true, $echo = true);
- The_Permalink();
- User_Trailingslashit($string, $type_of_url = "");
- Permalink_Anchor($mode = "id");
- Get_Permalink($id = 0, $leavename = false);
- Get_Post_Permalink($id = 0, $leavename = false, $sample = false);
- Post_Permalink($post_id = 0, $deprecated = "");
- Get_Page_Link($id = false, $leavename = false, $sample = false);
- Get_Attachment_Link($id = false);
- Get_Year_Link($year);
- Get_Month_Link($year, $month);
- Get_Day_Link($year, $month, $day);
- The_Feed_Link($anchor, $feed = "");
- Get_Feed_Link($feed = "");
- Get_Post_Comments_Feed_Link($post_id = 0, $feed = "");
- Post_Comments_Feed_Link($link_text = "", $post_id = "", $feed = "");
- Get_Author_Feed_Link($author_id, $feed = "");
- Get_Category_Feed_Link($cat_id, $feed = "");
- Get_Term_Feed_Link($term_id, $taxonomy = "category", $feed = "");
- Get_Tag_Feed_Link($tag_id, $feed = "");
- Get_Edit_Tag_Link($tag_id, $taxonomy = "post_tag");
- Edit_Tag_Link($link = "", $before = "", $after = "", $tag = null);
- Get_Edit_Term_Link($term_id, $taxonomy, $object_type = "");
- Edit_Term_Link($link = "", $before = "", $after = "", $term = null, $echo = true);
- Get_Search_Link($query = "");
- Get_Search_Feed_Link($search_query = "", $feed = "");
- Get_Search_Comments_Feed_Link($search_query = "", $feed = "");
- Get_Post_Type_Archive_Link($post_type);
- Get_Post_Type_Archive_Feed_Link($post_type, $feed = "");
- Get_Edit_Post_Link($id = 0, $context = "display");
- Edit_Post_Link($link = null, $before = "", $after = "", $id = 0);
- Get_Delete_Post_Link($id = 0, $deprecated = "", $force_delete = false);
- Get_Edit_Comment_Link($comment_id = 0);
- Edit_Comment_Link($link = null, $before = "", $after = "");
- Get_Edit_Bookmark_Link($link = 0);
- Edit_Bookmark_Link($link = "", $before = "", $after = "", $bookmark = null);
- Get_Previous_Post($in_same_cat = false, $excluded_categories = "");
- Get_Next_Post($in_same_cat = false, $excluded_categories = "");
- Get_Adjacent_Post($in_same_cat = false, $excluded_categories = "", $previous = true);
- Get_Adjacent_Post_Rel_Link($title = "%title", $in_same_cat = false, $excluded_categories = "", $previous = true);
- Adjacent_Posts_Rel_Link($title = "%title", $in_same_cat = false, $excluded_categories = "");
- Adjacent_Posts_Rel_Link_Wp_Head();
- Next_Post_Rel_Link($title = "%title", $in_same_cat = false, $excluded_categories = "");
- Prev_Post_Rel_Link($title = "%title", $in_same_cat = false, $excluded_categories = "");
- Get_Boundary_Post($in_same_cat = false, $excluded_categories = "", $start = true);
- Get_Boundary_Post_Rel_Link($title = "%title", $in_same_cat = false, $excluded_categories = "", $start = true);
- Start_Post_Rel_Link($title = "%title", $in_same_cat = false, $excluded_categories = "");
- Get_Index_Rel_Link();
- Index_Rel_Link();
- Get_Parent_Post_Rel_Link($title = "%title");
- Parent_Post_Rel_Link($title = "%title");
- Previous_Post_Link($format = "« %link", $link = "%title", $in_same_cat = false, $excluded_categories = "");
- Next_Post_Link($format = "%link »", $link = "%title", $in_same_cat = false, $excluded_categories = "");
- Adjacent_Post_Link($format, $link, $in_same_cat = false, $excluded_categories = "", $previous = true);
- Get_Pagenum_Link($pagenum = 1);
- Get_Next_Posts_Page_Link($max_page = 0);
- Next_Posts($max_page = 0, $echo = true);
- Get_Next_Posts_Link($label = null, $max_page = 0);
- Next_Posts_Link($label = null, $max_page = 0);
- Get_Previous_Posts_Page_Link();
- Previous_Posts($echo = true);
- Get_Previous_Posts_Link($label = null);
- Previous_Posts_Link($label = null);
- Get_Posts_Nav_Link($args = array());
- Posts_Nav_Link($sep = "", $prelabel = "", $nxtlabel = "");
- Get_Comments_Pagenum_Link($pagenum = 1, $max_page = 0);
- Get_Next_Comments_Link($label = "", $max_page = 0);
- Next_Comments_Link($label = "", $max_page = 0);
- Get_Previous_Comments_Link($label = "");
- Previous_Comments_Link($label = "");
- Paginate_Comments_Links($args = array());
- Get_Shortcut_Link();
- Home_Url($path = "", $scheme = null);
- Get_Home_Url($blog_id = null, $path = "", $scheme = null);
- Site_Url($path = "", $scheme = null);
- Get_Site_Url($blog_id = null, $path = "", $scheme = null);
- Admin_Url($path = "", $scheme = "admin");
- Get_Admin_Url($blog_id = null, $path = "", $scheme = "admin");
- Includes_Url($path = "");
- Content_Url($path = "");
- Plugins_Url($path = "", $plugin = "");
- Network_Site_Url($path = "", $scheme = null);
- Network_Home_Url($path = "", $scheme = null);
- Network_Admin_Url($path = "", $scheme = "admin");
- User_Admin_Url($path = "", $scheme = "admin");
- Self_Admin_Url($path = "", $scheme = "admin");
- Get_Dashboard_Url($user_id, $path = "", $scheme = "admin");
- Get_Edit_Profile_Url($user, $scheme = "admin");
- Rel_Canonical();
- Wp_Get_Shortlink($id = 0, $context = "post", $allow_slugs = true);
- Wp_Shortlink_Wp_Head();
- Wp_Shortlink_Header();
- The_Shortlink($text = "", $title = "", $before = "", $after = "");
- Get_The_Author($deprecated = "");
- The_Author($deprecated = "", $deprecated_echo = true);
- Get_The_Modified_Author();
- The_Modified_Author();
- Get_The_Author_Meta($field = "", $user_id = false);
- The_Author_Meta($field = "", $user_id = false);
- Get_The_Author_Link();
- The_Author_Link();
- Get_The_Author_Posts();
- The_Author_Posts();
- The_Author_Posts_Link($deprecated = "");
- Get_Author_Posts_Url($author_id, $author_nicename = "");
- Wp_List_Authors($args = "");
- Is_Multi_Author();
- Create_Initial_Post_Types();
- Get_Attached_File($attachment_id, $unfiltered = false);
- Update_Attached_File($attachment_id, $file);
- Get_Extended($post);
- Get_Post(&$post, $output = "OBJECT", $filter = "raw");
- Get_Post_Ancestors($post);
- Get_Post_Field($field, $post, $context = "display");
- Get_Post_Mime_Type($ID = "");
- Get_Post_Format($post = null);
- Has_Post_Format($format, $post = null);
- Set_Post_Format($post, $format);
- Get_Post_Status($ID = "");
- Get_Post_Statuses();
- Get_Page_Statuses();
- Register_Post_Status($post_status, $args = array());
- Get_Post_Status_Object($post_status);
- Get_Post_Stati($args = array(), $output = "names", $operator = "and");
- Is_Post_Type_Hierarchical($post_type);
- Post_Type_Exists($post_type);
- Get_Post_Type($the_post = false);
- Get_Post_Type_Object($post_type);
- Get_Post_Types($args = array(), $output = "names", $operator = "and");
- Register_Post_Type($post_type, $args = array());
- Get_Post_Type_Capabilities($args);
- Get_Post_Type_Labels($post_type_object);
- Add_Post_Type_Support($post_type, $feature);
- Remove_Post_Type_Support($post_type, $feature);
- Post_Type_Supports($post_type, $feature);
- Set_Post_Type($post_id = 0, $post_type = "post");
- Get_Posts($args = null);
- Add_Post_Meta($post_id, $meta_key, $meta_value, $unique = false);
- Delete_Post_Meta($post_id, $meta_key, $meta_value = "");
- Get_Post_Meta($post_id, $key, $single = false);
- Update_Post_Meta($post_id, $meta_key, $meta_value, $prev_value = "");
- Delete_Post_Meta_By_Key($post_meta_key);
- Get_Post_Custom($post_id = 0);
- Get_Post_Custom_Keys($post_id = 0);
- Get_Post_Custom_Values($key = "", $post_id = 0);
- Is_Sticky($post_id = 0);
- Sanitize_Post($post, $context = "display");
- Sanitize_Post_Field($field, $value, $post_id, $context);
- Stick_Post($post_id);
- Unstick_Post($post_id);
- Wp_Count_Posts($type = "post", $perm = "");
- Wp_Count_Attachments($mime_type = "");
- Wp_Match_Mime_Types($wildcard_mime_types, $real_mime_types);
- Wp_Post_Mime_Type_Where($post_mime_types, $table_alias = "");
- Wp_Delete_Post($postid = 0, $force_delete = false);
- Wp_Trash_Post($post_id = 0);
- Wp_Untrash_Post($post_id = 0);
- Wp_Trash_Post_Comments($post = null);
- Wp_Untrash_Post_Comments($post = null);
- Wp_Get_Post_Categories($post_id = 0, $args = array());
- Wp_Get_Post_Tags($post_id = 0, $args = array());
- Wp_Get_Post_Terms($post_id = 0, $taxonomy = "post_tag", $args = array());
- Wp_Get_Recent_Posts($args = array(), $output = "ARRAY_A");
- Wp_Get_Single_Post($postid = 0, $mode = "OBJECT");
- Wp_Insert_Post($postarr, $wp_error = false);
- Wp_Update_Post($postarr = array());
- Wp_Publish_Post($post_id);
- Check_And_Publish_Future_Post($post_id);
- Wp_Unique_Post_Slug($slug, $post_ID, $post_status, $post_type, $post_parent);
- Wp_Add_Post_Tags($post_id = 0, $tags = "");
- Wp_Set_Post_Tags($post_id = 0, $tags = "", $append = false);
- Wp_Set_Post_Terms($post_id = 0, $tags = "", $taxonomy = "post_tag", $append = false);
- Wp_Set_Post_Categories($post_ID = 0, $post_categories = array());
- Wp_Transition_Post_Status($new_status, $old_status, $post);
- Add_Ping($post_id, $uri);
- Get_Enclosed($post_id);
- Get_Pung($post_id);
- Get_To_Ping($post_id);
- Trackback_Url_List($tb_list, $post_id);
- Get_All_Page_Ids();
- Get_Page(&$page, $output = "OBJECT", $filter = "raw");
- Get_Page_By_Path($page_path, $output = "OBJECT", $post_type = "page");
- Get_Page_By_Title($page_title, $output = "OBJECT", $post_type = "page");
- Get_Page_Children($page_id, $pages);
- Get_Page_Hierarchy(&$pages, $page_id = 0);
- Get_Page_Uri($page);
- Get_Pages($args = "");
- Is_Local_Attachment($url);
- Wp_Insert_Attachment($object, $file = false, $parent = 0);
- Wp_Delete_Attachment($post_id, $force_delete = false);
- Wp_Get_Attachment_Metadata($post_id = 0, $unfiltered = false);
- Wp_Update_Attachment_Metadata($post_id, $data);
- Wp_Get_Attachment_Url($post_id = 0);
- Wp_Get_Attachment_Thumb_File($post_id = 0);
- Wp_Get_Attachment_Thumb_Url($post_id = 0);
- Wp_Attachment_Is_Image($post_id = 0);
- Wp_Mime_Type_Icon($mime = 0);
- Wp_Check_For_Changed_Slugs($post_id, $post, $post_before);
- Get_Private_Posts_Cap_Sql($post_type);
- Get_Posts_By_Author_Sql($post_type, $full = true, $post_author = null);
- Get_Lastpostdate($timezone = "server");
- Get_Lastpostmodified($timezone = "server");
- Update_Post_Cache(&$posts);
- Clean_Post_Cache($id);
- Update_Page_Cache(&$pages);
- Clean_Page_Cache($id);
- Update_Post_Caches(&$posts, $post_type = "post", $update_term_cache = true, $update_meta_cache = true);
- Update_Postmeta_Cache($post_ids);
- Clean_Attachment_Cache($id, $clean_terms = false);
- Wp_Save_Post_Revision($post_id);
- Wp_Get_Post_Autosave($post_id);
- Wp_Is_Post_Revision($post);
- Wp_Is_Post_Autosave($post);
- Wp_Get_Post_Revision(&$post, $output = "OBJECT", $filter = "raw");
- Wp_Restore_Post_Revision($revision_id, $fields = null);
- Wp_Delete_Post_Revision($revision_id);
- Wp_Get_Post_Revisions($post_id = 0, $args = null);
- Wp_Get_Post_Parent_Id($post_ID);
- Wp_Check_Post_Hierarchy_For_Loops($post_parent, $post_ID);
- Get_Post_Format_Strings();
- Get_Post_Format_Slugs();
- Get_Post_Format_String($slug);
- Set_Post_Thumbnail($post, $thumbnail_id);
- Get_Post_Format_Link($format);
- The_ID();
- Get_The_ID();
- The_Title($before = "", $after = "", $echo = true);
- The_Title_Attribute($args = "");
- Get_The_Title($id = 0);
- The_Guid($id = 0);
- Get_The_Guid($id = 0);
- The_Content($more_link_text = null, $stripteaser = 0);
- Get_The_Content($more_link_text = null, $stripteaser = 0);
- The_Excerpt();
- Get_The_Excerpt($deprecated = "");
- Has_Excerpt($id = 0);
- Post_Class($class = "", $post_id = null);
- Get_Post_Class($class = "", $post_id = null);
- Body_Class($class = "");
- Get_Body_Class($class = "");
- Post_Password_Required($post = null);
- Sticky_Class($post_id = null);
- Wp_Link_Pages($args = "");
- Post_Custom($key = "");
- Wp_Dropdown_Pages($args = "");
- Wp_List_Pages($args = "");
- Wp_Page_Menu($args = array());
- Walk_Page_Tree($pages, $depth, $current_page, $r);
- Walk_Page_Dropdown_Tree();
- The_Attachment_Link($id = 0, $fullsize = false, $deprecated = false, $permalink = false);
- Wp_Get_Attachment_Link($id = 0, $size = "thumbnail", $permalink = false, $icon = false, $text = false);
- Prepend_Attachment($content);
- Get_The_Password_Form();
- Is_Page_Template($template = "");
- Wp_Post_Revision_Title($revision, $link = true);
- Wp_List_Post_Revisions($post_id = 0, $args = null);
- Get_All_Category_Ids();
- Get_Categories($args = "");
- Get_Category($category, $output = "OBJECT", $filter = "raw");
- Get_Category_By_Path($category_path, $full_match = true, $output = "OBJECT");
- Get_Category_By_Slug($slug);
- Get_Cat_ID($cat_name = "General");
- Get_Cat_Name($cat_id);
- Cat_Is_Ancestor_Of($cat1, $cat2);
- Sanitize_Category($category, $context = "display");
- Sanitize_Category_Field($field, $value, $cat_id, $context);
- Get_Tags($args = "");
- Get_Tag($tag, $output = "OBJECT", $filter = "raw");
- Clean_Category_Cache($id);
- Get_Category_Link($category);
- Get_Category_Parents($id, $link = false, $separator = "/", $nicename = false, $visited = array());
- Get_The_Category($id = false);
- Get_The_Category_By_ID($cat_ID);
- Get_The_Category_List($separator = "", $parents = "", $post_id = false);
- In_Category($category, $post = null);
- The_Category($separator = "", $parents = "", $post_id = false);
- Category_Description($category = 0);
- Wp_Dropdown_Categories($args = "");
- Wp_List_Categories($args = "");
- Wp_Tag_Cloud($args = "");
- Default_Topic_Count_Text($count);
- Default_Topic_Count_Scale($count);
- Wp_Generate_Tag_Cloud($tags, $args = "");
- Walk_Category_Tree();
- Walk_Category_Dropdown_Tree();
- Get_Tag_Link($tag);
- Get_The_Tags($id = 0);
- Get_The_Tag_List($before = "", $sep = "", $after = "");
- The_Tags($before = null, $sep = ", ", $after = "");
- Tag_Description($tag = 0);
- Term_Description($term = 0, $taxonomy = "post_tag");
- Get_The_Terms($id, $taxonomy);
- Get_The_Term_List($id, $taxonomy, $before = "", $sep = "", $after = "");
- The_Terms($id, $taxonomy, $before = "", $sep = ", ", $after = "");
- Has_Category($category = "", $post = null);
- Has_Tag($tag = "", $post = null);
- Has_Term($term = "", $taxonomy = "", $post = null);
- Check_Comment($author, $email, $url, $comment, $user_ip, $user_agent, $comment_type);
- Get_Approved_Comments($post_id);
- Get_Comment(&$comment, $output = "OBJECT");
- Get_Comments($args = "");
- Get_Comment_Statuses();
- Get_Lastcommentmodified($timezone = "server");
- Get_Comment_Count($post_id = 0);
- Add_Comment_Meta($comment_id, $meta_key, $meta_value, $unique = false);
- Delete_Comment_Meta($comment_id, $meta_key, $meta_value = "");
- Get_Comment_Meta($comment_id, $key, $single = false);
- Update_Comment_Meta($comment_id, $meta_key, $meta_value, $prev_value = "");
- Sanitize_Comment_Cookies();
- Wp_Allow_Comment($commentdata);
- Check_Comment_Flood_Db($ip, $email, $date);
- Separate_Comments(&$comments);
- Get_Comment_Pages_Count($comments = null, $per_page = null, $threaded = null);
- Get_Page_Of_Comment($comment_ID, $args = array());
- Wp_Blacklist_Check($author, $email, $url, $comment, $user_ip, $user_agent);
- Wp_Count_Comments($post_id = 0);
- Wp_Delete_Comment($comment_id, $force_delete = false);
- Wp_Trash_Comment($comment_id);
- Wp_Untrash_Comment($comment_id);
- Wp_Spam_Comment($comment_id);
- Wp_Unspam_Comment($comment_id);
- Wp_Get_Comment_Status($comment_id);
- Wp_Transition_Comment_Status($new_status, $old_status, $comment);
- Wp_Get_Current_Commenter();
- Wp_Insert_Comment($commentdata);
- Wp_Filter_Comment($commentdata);
- Wp_Throttle_Comment_Flood($block, $time_lastcomment, $time_newcomment);
- Wp_New_Comment($commentdata);
- Wp_Set_Comment_Status($comment_id, $comment_status, $wp_error = false);
- Wp_Update_Comment($commentarr);
- Wp_Defer_Comment_Counting($defer = null);
- Wp_Update_Comment_Count($post_id, $do_deferred = false);
- Wp_Update_Comment_Count_Now($post_id);
- Discover_Pingback_Server_Uri($url, $deprecated = "");
- Do_All_Pings();
- Do_Trackbacks($post_id);
- Generic_Ping($post_id = 0);
- Pingback($content, $post_ID);
- Privacy_Ping_Filter($sites);
- Trackback($trackback_url, $title, $excerpt, $ID);
- Weblog_Ping($server = "", $path = "");
- Clean_Comment_Cache($ids);
- Update_Comment_Cache($comments);
- Get_Comment_Author($comment_ID = 0);
- Comment_Author($comment_ID = 0);
- Get_Comment_Author_Email($comment_ID = 0);
- Comment_Author_Email($comment_ID = 0);
- Comment_Author_Email_Link($linktext = "", $before = "", $after = "");
- Get_Comment_Author_Email_Link($linktext = "", $before = "", $after = "");
- Get_Comment_Author_Link($comment_ID = 0);
- Comment_Author_Link($comment_ID = 0);
- Get_Comment_Author_IP($comment_ID = 0);
- Comment_Author_IP($comment_ID = 0);
- Get_Comment_Author_Url($comment_ID = 0);
- Comment_Author_Url($comment_ID = 0);
- Get_Comment_Author_Url_Link($linktext = "", $before = "", $after = "");
- Comment_Author_Url_Link($linktext = "", $before = "", $after = "");
- Comment_Class($class = "", $comment_id = null, $post_id = null, $echo = true);
- Get_Comment_Class($class = "", $comment_id = null, $post_id = null);
- Get_Comment_Date($d = "", $comment_ID = 0);
- Comment_Date($d = "", $comment_ID = 0);
- Get_Comment_Excerpt($comment_ID = 0);
- Comment_Excerpt($comment_ID = 0);
- Get_Comment_ID();
- Comment_ID();
- Get_Comment_Link($comment = null, $args = array());
- Get_Comments_Link($post_id = 0);
- Comments_Link($deprecated = "", $deprecated_2 = "");
- Get_Comments_Number($post_id = 0);
- Comments_Number($zero = false, $one = false, $more = false, $deprecated = "");
- Get_Comment_Text($comment_ID = 0);
- Comment_Text($comment_ID = 0);
- Get_Comment_Time($d = "", $gmt = false, $translate = true);
- Comment_Time($d = "");
- Get_Comment_Type($comment_ID = 0);
- Comment_Type($commenttxt = false, $trackbacktxt = false, $pingbacktxt = false);
- Get_Trackback_Url();
- Trackback_Url($deprecated_echo = true);
- Trackback_Rdf($deprecated = "");
- Comments_Open($post_id = null);
- Pings_Open($post_id = null);
- Wp_Comment_Form_Unfiltered_Html_Nonce();
- Comments_Template($file = "/comments.php", $separate_comments = false);
- Comments_Popup_Script($width = 400, $height = 400, $file = "");
- Comments_Popup_Link($zero = false, $one = false, $more = false, $css_class = "", $none = false);
- Get_Comment_Reply_Link($args = array(), $comment = null, $post = null);
- Comment_Reply_Link($args = array(), $comment = null, $post = null);
- Get_Post_Reply_Link($args = array(), $post = null);
- Post_Reply_Link($args = array(), $post = null);
- Get_Cancel_Comment_Reply_Link($text = "");
- Cancel_Comment_Reply_Link($text = "");
- Get_Comment_Id_Fields($id = 0);
- Comment_Id_Fields($id = 0);
- Comment_Form_Title($noreplytext = false, $replytext = false, $linktoparent = true);
- Wp_List_Comments($args = array(), $comments = null);
- Comment_Form($args = array(), $post_id = null);
- Add_Rewrite_Rule($regex, $redirect, $after = "bottom");
- Add_Rewrite_Tag($tagname, $regex);
- Add_Permastruct($name, $struct, $with_front = true, $ep_mask = 0);
- Add_Feed($feedname, $function);
- Flush_Rewrite_Rules($hard = true);
- Add_Rewrite_Endpoint($name, $places);
- Url_To_Postid($url);
- Get_Bloginfo_Rss($show = "");
- Bloginfo_Rss($show = "");
- Get_Default_Feed();
- Get_Wp_Title_Rss($sep = "»");
- Wp_Title_Rss($sep = "»");
- Get_The_Title_Rss();
- The_Title_Rss();
- Get_The_Content_Feed($feed_type = null);
- The_Content_Feed($feed_type = null);
- The_Excerpt_Rss();
- The_Permalink_Rss();
- Comments_Link_Feed();
- Comment_Guid($comment_id = null);
- Get_Comment_Guid($comment_id = null);
- Comment_Link();
- Get_Comment_Author_Rss();
- Comment_Author_Rss();
- Comment_Text_Rss();
- Get_The_Category_Rss($type = null);
- The_Category_Rss($type = null);
- Html_Type_Rss();
- Rss_Enclosure();
- Atom_Enclosure();
- Prep_Atom_Text_Construct($data);
- Self_Link();
- Feed_Content_Type($type = "");
- Fetch_Feed($url);
- Get_Bookmark($bookmark, $output = "OBJECT", $filter = "raw");
- Get_Bookmark_Field($field, $bookmark, $context = "display");
- Get_Bookmarks($args = "");
- Sanitize_Bookmark($bookmark, $context = "display");
- Sanitize_Bookmark_Field($field, $value, $bookmark_id, $context);
- Clean_Bookmark_Cache($bookmark_id);
- Wp_List_Bookmarks($args = "");
- Wp_Kses($string, $allowed_html, $allowed_protocols = array());
- Wp_Kses_Hook($string, $allowed_html, $allowed_protocols);
- Wp_Kses_Version();
- Wp_Kses_Split($string, $allowed_html, $allowed_protocols);
- Wp_Kses_Split2($string, $allowed_html, $allowed_protocols);
- Wp_Kses_Attr($element, $attr, $allowed_html, $allowed_protocols);
- Wp_Kses_Hair($attr, $allowed_protocols);
- Wp_Kses_Check_Attr_Val($value, $vless, $checkname, $checkvalue);
- Wp_Kses_Bad_Protocol($string, $allowed_protocols);
- Wp_Kses_No_Null($string);
- Wp_Kses_Stripslashes($string);
- Wp_Kses_Array_Lc($inarray);
- Wp_Kses_Js_Entities($string);
- Wp_Kses_Html_Error($string);
- Wp_Kses_Bad_Protocol_Once($string, $allowed_protocols);
- Wp_Kses_Bad_Protocol_Once2($string, $allowed_protocols);
- Wp_Kses_Normalize_Entities($string);
- Wp_Kses_Named_Entities($matches);
- Wp_Kses_Normalize_Entities2($matches);
- Wp_Kses_Normalize_Entities3($matches);
- Valid_Unicode($i);
- Wp_Kses_Decode_Entities($string);
- Wp_Filter_Kses($data);
- Wp_Kses_Data($data);
- Wp_Filter_Post_Kses($data);
- Wp_Kses_Post($data);
- Wp_Filter_Nohtml_Kses($data);
- Kses_Init_Filters();
- Kses_Remove_Filters();
- Kses_Init();
- Safecss_Filter_Attr($css, $deprecated = "");
- Wp_Schedule_Single_Event($timestamp, $hook, $args = array());
- Wp_Schedule_Event($timestamp, $recurrence, $hook, $args = array());
- Wp_Reschedule_Event($timestamp, $recurrence, $hook, $args = array());
- Wp_Unschedule_Event($timestamp, $hook, $args = array());
- Wp_Clear_Scheduled_Hook($hook, $args = array());
- Wp_Next_Scheduled($hook, $args = array());
- Spawn_Cron($local_time = 0);
- Wp_Cron();
- Wp_Get_Schedules();
- Wp_Get_Schedule($hook, $args = array());
- Wp_Default_Scripts(&$scripts);
- Wp_Default_Styles(&$styles);
- Wp_Prototype_Before_Jquery($js_array);
- Wp_Just_In_Time_Script_Localization();
- Wp_Style_Loader_Src($src, $handle);
- Print_Head_Scripts();
- Print_Footer_Scripts();
- Wp_Print_Head_Scripts();
- Wp_Print_Footer_Scripts();
- Wp_Enqueue_Scripts();
- Wp_Print_Scripts($handles = false);
- Wp_Register_Script($handle, $src, $deps = array(), $ver = false, $in_footer = false);
- Wp_Localize_Script($handle, $object_name, $l10n);
- Wp_Deregister_Script($handle);
- Wp_Enqueue_Script($handle, $src = false, $deps = array(), $ver = false, $in_footer = false);
- Wp_Dequeue_Script($handle);
- Wp_Script_Is($handle, $list = "queue");
- Wp_Print_Styles($handles = false);
- Wp_Register_Style($handle, $src, $deps = array(), $ver = false, $media = "all");
- Wp_Deregister_Style($handle);
- Wp_Enqueue_Style($handle, $src = false, $deps = array(), $ver = false, $media = "all");
- Wp_Dequeue_Style($handle);
- Wp_Style_Is($handle, $list = "queue");
- Create_Initial_Taxonomies();
- Get_Taxonomies($args = array(), $output = "names", $operator = "and");
- Get_Object_Taxonomies($object, $output = "names");
- Get_Taxonomy($taxonomy);
- Taxonomy_Exists($taxonomy);
- Is_Taxonomy_Hierarchical($taxonomy);
- Register_Taxonomy($taxonomy, $object_type, $args = array());
- Get_Taxonomy_Labels($tax);
- Register_Taxonomy_For_Object_Type($taxonomy, $object_type);
- Get_Objects_In_Term($term_ids, $taxonomies, $args = array());
- Get_Tax_Sql($tax_query, $primary_table, $primary_id_column);
- Get_Term($term, $taxonomy, $output = "OBJECT", $filter = "raw");
- Get_Term_By($field, $value, $taxonomy, $output = "OBJECT", $filter = "raw");
- Get_Term_Children($term_id, $taxonomy);
- Get_Term_Field($field, $term, $taxonomy, $context = "display");
- Get_Term_To_Edit($id, $taxonomy);
- Get_Terms($taxonomies, $args = "");
- Term_Exists($term, $taxonomy = "", $parent = 0);
- Sanitize_Term($term, $taxonomy, $context = "display");
- Sanitize_Term_Field($field, $value, $term_id, $taxonomy, $context);
- Wp_Count_Terms($taxonomy, $args = array());
- Wp_Delete_Object_Term_Relationships($object_id, $taxonomies);
- Wp_Delete_Term($term, $taxonomy, $args = array());
- Wp_Delete_Category($cat_ID);
- Wp_Get_Object_Terms($object_ids, $taxonomies, $args = array());
- Wp_Insert_Term($term, $taxonomy, $args = array());
- Wp_Set_Object_Terms($object_id, $terms, $taxonomy, $append = false);
- Wp_Unique_Term_Slug($slug, $term);
- Wp_Update_Term($term_id, $taxonomy, $args = array());
- Wp_Defer_Term_Counting($defer = null);
- Wp_Update_Term_Count($terms, $taxonomy, $do_deferred = false);
- Wp_Update_Term_Count_Now($terms, $taxonomy);
- Clean_Object_Term_Cache($object_ids, $object_type);
- Clean_Term_Cache($ids, $taxonomy = "", $clean_taxonomy = true);
- Get_Object_Term_Cache($id, $taxonomy);
- Update_Object_Term_Cache($object_ids, $object_type);
- Update_Term_Cache($terms, $taxonomy = "");
- Get_Term_Link($term, $taxonomy = "");
- The_Taxonomies($args = array());
- Get_The_Taxonomies($post = 0, $args = array());
- Get_Post_Taxonomies($post = 0);
- Is_Object_In_Term($object_id, $taxonomy, $terms = null);
- Is_Object_In_Taxonomy($object_type, $taxonomy);
- Get_Ancestors($object_id = 0, $object_type = "");
- Wp_Get_Term_Taxonomy_Parent_Id($term_id, $taxonomy);
- Wp_Check_Term_Hierarchy_For_Loops($parent, $term_id, $taxonomy);
- Wp_Version_Check();
- Wp_Update_Plugins();
- Wp_Update_Themes();
- Wp_Schedule_Update_Checks();
- Redirect_Canonical($requested_url = null, $do_redirect = true);
- Redirect_Guess_404_Permalink();
- Add_Shortcode($tag, $func);
- Remove_Shortcode($tag);
- Remove_All_Shortcodes();
- Do_Shortcode($content);
- Get_Shortcode_Regex();
- Do_Shortcode_Tag($m);
- Shortcode_Parse_Atts($text);
- Shortcode_Atts($pairs, $atts);
- Strip_Shortcodes($content);
- Image_Constrain_Size_For_Editor($width, $height, $size = "medium");
- Image_Hwstring($width, $height);
- Image_Downsize($id, $size = "medium");
- Add_Image_Size($name, $width = 0, $height = 0, $crop = false);
- Set_Post_Thumbnail_Size($width = 0, $height = 0, $crop = false);
- Get_Image_Tag($id, $alt, $title, $align, $size = "medium");
- Wp_Load_Image($file);
- Wp_Constrain_Dimensions($current_width, $current_height, $max_width = 0, $max_height = 0);
- Image_Resize_Dimensions($orig_w, $orig_h, $dest_w, $dest_h, $crop = false);
- Image_Resize($file, $max_w, $max_h, $crop = false, $suffix = null, $dest_path = null, $jpeg_quality = 90);
- Image_Make_Intermediate_Size($file, $width, $height, $crop = false);
- Image_Get_Intermediate_Size($post_id, $size = "thumbnail");
- Get_Intermediate_Image_Sizes();
- Wp_Get_Attachment_Image_Src($attachment_id, $size = "thumbnail", $icon = false);
- Wp_Get_Attachment_Image($attachment_id, $size = "thumbnail", $icon = false, $attr = "");
- Img_Caption_Shortcode($attr, $content = null);
- Gallery_Shortcode($attr);
- Previous_Image_Link($size = "thumbnail", $text = false);
- Next_Image_Link($size = "thumbnail", $text = false);
- Adjacent_Image_Link($prev = true, $size = "thumbnail", $text = false);
- Get_Attachment_Taxonomies($attachment);
- Gd_Edit_Image_Support($mime_type);
- Wp_Imagecreatetruecolor($width, $height);
- Wp_Embed_Register_Handler($id, $regex, $callback, $priority = 10);
- Wp_Embed_Unregister_Handler($id, $priority = 10);
- Wp_Embed_Defaults();
- Wp_Expand_Dimensions($example_width, $example_height, $max_width, $max_height);
- Wp_Oembed_Get($url, $args = "");
- Wp_Oembed_Add_Provider($format, $provider, $regex = false);
- Wp_Maybe_Load_Embeds();
- Wp_Embed_Handler_Googlevideo($matches, $attr, $url, $rawattr);
- Wp_Remote_Request($url, $args = array());
- Wp_Remote_Get($url, $args = array());
- Wp_Remote_Post($url, $args = array());
- Wp_Remote_Head($url, $args = array());
- Wp_Remote_Retrieve_Headers(&$response);
- Wp_Remote_Retrieve_Header(&$response, $header);
- Wp_Remote_Retrieve_Response_Code(&$response);
- Wp_Remote_Retrieve_Response_Message(&$response);
- Wp_Remote_Retrieve_Body(&$response);
- Wp_Http_Supports($capabilities = array(), $url = null);
- Register_Widget($widget_class);
- Unregister_Widget($widget_class);
- Register_Sidebars($number = 1, $args = array());
- Register_Sidebar($args = array());
- Unregister_Sidebar($name);
- Wp_Register_Sidebar_Widget($id, $name, $output_callback, $options = array());
- Wp_Widget_Description($id);
- Wp_Sidebar_Description($id);
- Wp_Unregister_Sidebar_Widget($id);
- Wp_Register_Widget_Control($id, $name, $control_callback, $options = array());
- Wp_Unregister_Widget_Control($id);
- Dynamic_Sidebar($index = 1);
- Is_Active_Widget($callback = false, $widget_id = false, $id_base = false, $skip_inactive = true);
- Is_Dynamic_Sidebar();
- Is_Active_Sidebar($index);
- Wp_Get_Sidebars_Widgets($deprecated = true);
- Wp_Set_Sidebars_Widgets($sidebars_widgets);
- Wp_Get_Widget_Defaults();
- Wp_Convert_Widget_Settings($base_name, $option_name, $settings);
- The_Widget($widget, $instance = array(), $args = array());
- Wp_Get_Nav_Menu_Object($menu);
- Is_Nav_Menu($menu);
- Register_Nav_Menus($locations = array());
- Unregister_Nav_Menu($location);
- Register_Nav_Menu($location, $description);
- Get_Registered_Nav_Menus();
- Get_Nav_Menu_Locations();
- Has_Nav_Menu($location);
- Is_Nav_Menu_Item($menu_item_id = 0);
- Wp_Create_Nav_Menu($menu_name);
- Wp_Delete_Nav_Menu($menu);
- Wp_Update_Nav_Menu_Object($menu_id = 0, $menu_data = array());
- Wp_Update_Nav_Menu_Item($menu_id = 0, $menu_item_db_id = 0, $menu_item_data = array());
- Wp_Get_Nav_Menus($args = array());
- Wp_Get_Nav_Menu_Items($menu, $args = array());
- Wp_Setup_Nav_Menu_Item($menu_item);
- Wp_Get_Associated_Nav_Menu_Items($object_id = 0, $object_type = "post_type");
- Wp_Nav_Menu($args = array());
- Walk_Nav_Menu_Tree($items, $depth, $r);
- Wp_Admin_Bar_Render();
- Wp_Admin_Bar_My_Account_Menu($wp_admin_bar);
- Wp_Admin_Bar_Dashboard_View_Site_Menu($wp_admin_bar);
- Wp_Admin_Bar_My_Sites_Menu($wp_admin_bar);
- Wp_Admin_Bar_Shortlink_Menu($wp_admin_bar);
- Wp_Admin_Bar_Edit_Menu($wp_admin_bar);
- Wp_Admin_Bar_New_Content_Menu($wp_admin_bar);
- Wp_Admin_Bar_Comments_Menu($wp_admin_bar);
- Wp_Admin_Bar_Appearance_Menu($wp_admin_bar);
- Wp_Admin_Bar_Updates_Menu($wp_admin_bar);
- Wp_Admin_Bar_Header();
- Show_Admin_Bar($show);
- Is_Admin_Bar_Showing();


