<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Devdevote&#187; Wordpress documentation</title>
	<atom:link href="http://www.devdevote.com/cms/wordpress-documentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devdevote.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 06 Mar 2011 13:06:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WordPress cheat sheet</title>
		<link>http://www.devdevote.com/cms/wordpress-documentation/wordpress-cheat-sheet</link>
		<comments>http://www.devdevote.com/cms/wordpress-documentation/wordpress-cheat-sheet#comments</comments>
		<pubDate>Sat, 16 Jan 2010 14:57:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress documentation]]></category>

		<guid isPermaLink="false">http://www.devdevote.com/?p=49</guid>
		<description><![CDATA[Almost all functions in Wordpress. It was written for Wordpress 2.8.2 but will probably work with future versions as well.]]></description>
			<content:encoded><![CDATA[<p>It was written for WordPress 2.8.2 but will probably work with future versions as well. Still under construction but so far so good right&#8230;</p>
<h2>Comments</h2>
<ul>
<li><a title="comments template" href="http://codex.wordpress.org/Function_Reference/comments_template">comments template</a></li>
<li><a title="comments open" href="http://codex.wordpress.org/Function_Reference/comments_open">comments open</a></li>
<li><a title="comment link" href="http://codex.wordpress.org/Function_Reference/comment_link">comment link</a></li>
<li><a title="check comment" href="http://codex.wordpress.org/Function_Reference/check_comment">check comment</a></li>
<li><a title="comment text rss" href="http://codex.wordpress.org/Function_Reference/comment_text_rss">comment text rss</a></li>
<li><a title="comment author rss" href="http://codex.wordpress.org/Function_Reference/comment_author_rss">comment author rss</a></li>
<li><a title="clean comment cache" href="http://codex.wordpress.org/Function_Reference/clean_comment_cache">clean comment cache</a></li>
<li><a title="get approved comments" href="http://codex.wordpress.org/Function_Reference/get_approved_comments">get approved comments</a></li>
<li><a title="get lastcommentmodified" href="http://codex.wordpress.org/Function_Reference/get_lastcommentmodified">get lastcommentmodified</a></li>
<li><a title="get comments popup template" href="http://codex.wordpress.org/Function_Reference/get_comments_popup_template">get comments popup template</a></li>
<li><a title="get comments" href="http://codex.wordpress.org/Function_Reference/get_comments">get comments</a></li>
<li><a title="get comment link" href="http://codex.wordpress.org/Function_Reference/get_comment_link">get comment link</a></li>
<li><a title="get comment author rss" href="http://codex.wordpress.org/Function_Reference/get_comment_author_rss">get comment author rss</a></li>
<li><a title="get comment" href="http://codex.wordpress.org/Function_Reference/get_comment">get comment</a></li>
<li><a title="get search comments feed link" href="http://codex.wordpress.org/Function_Reference/get_search_comments_feed_link">get search comments feed link</a></li>
<li><a title="get post comments feed link" href="http://codex.wordpress.org/Function_Reference/get_post_comments_feed_link">get post comments feed link</a></li>
<li><a title="is comments popup" href="http://codex.wordpress.org/Function_Reference/is_comments_popup">is comment popup</a></li>
<li><a title="comments open" href="http://codex.wordpress.org/Function_Reference/comments_open">comments open</a></li>
<li><a title="post comment feed link" href="http://codex.wordpress.org/Function_Reference/post_comments_feed_link">post comment feed link</a></li>
<li><a title="next comments link" href="http://codex.wordpress.org/Function_Reference/next_comments_link">next comments link</a></li>
<li><a title="paginate comments links" href="http://codex.wordpress.org/Function_Reference/paginate_comments_links">paginate comments links</a></li>
<li><a title="previous comments link" href="http://codex.wordpress.org/Function_Reference/previous_comments_link">previous comments link</a></li>
<li><a title="sanitize comment cookies" href="http://codex.wordpress.org/Function_Reference/sanitize_comment_cookies">sanitize comment cookies</a></li>
<li><a title="trackback url list" href="http://codex.wordpress.org/Function_Reference/trackback_url_list">trackback url list</a></li>
<li><a title="wp allow comment" href="http://codex.wordpress.org/Function_Reference/wp_allow_comment">wp allow comment</a></li>
<li><a title="wp delete comment" href="http://codex.wordpress.org/Function_Reference/wp_delete_comment">wp delete comment</a></li>
<li><a title="wp filter comment" href="http://codex.wordpress.org/Function_Reference/wp_filter_comment">wp filter comment</a></li>
<li><a title="wp get comment status" href="http://codex.wordpress.org/Function_Reference/wp_get_comment_status">wp get comment status</a></li>
<li><a title="wp get current commenter" href="http://codex.wordpress.org/Function_Reference/wp_get_current_commenter">wp get current commenter</a></li>
<li><a title="wp insert comment" href="http://codex.wordpress.org/Function_Reference/wp_insert_comment">wp insert comment</a></li>
<li><a title="wp new comment" href="http://codex.wordpress.org/Function_Reference/wp_new_comment">wp new comment</a></li>
<li><a title="wp set comment status" href="http://codex.wordpress.org/Function_Reference/wp_set_comment_status">wp set commentstatus</a></li>
<li><a title="wp throttle comment flood" href="http://codex.wordpress.org/Function_Reference/wp_throttle_comment_flood">wp throttle comment flood</a></li>
<li><a title="wp update comment" href="http://codex.wordpress.org/Function_Reference/wp_update_comment">wp update comment</a></li>
<li><a title="wp update comment count" href="http://codex.wordpress.org/Function_Reference/wp_update_comment_count">wp update comment count</a></li>
</ul>
<h2>Post</h2>
<ul>
<li><a title="clean post cache" href="http://codex.wordpress.org/Function_Reference/clean_post_cache">clean post cache</a></li>
<li><a title="add post meta" href="http://codex.wordpress.org/Function_Reference/add_post_meta">add post meta</a></li>
<li><a title="delete post meta" href="http://codex.wordpress.org/Function_Reference/delete_post_meta">delete post meta</a></li>
<li><a title="transition post status" href="http://codex.wordpress.org/Function_Reference/_transition_post_status">transition post status</a></li>
<li><a title="format to post" href="http://codex.wordpress.org/Function_Reference/format_to_post">format to post</a></li>
<li><a title="get lastpostmodified" href="http://codex.wordpress.org/Function_Reference/get_lastpostmodified">get lastpostmodified</a></li>
<li><a title="get lastpostdate" href="http://codex.wordpress.org/Function_Reference/get_lastpostdate">get lastpostdate</a></li>
<li><a title="get usernumposts" href="http://codex.wordpress.org/Function_Reference/get_usernumposts">get usernumposts</a></li>
<li><a title="get post type" href="http://codex.wordpress.org/Function_Reference/get_post_type">get post type</a></li>
<li><a title="get post status" href="http://codex.wordpress.org/Function_Reference/get_post_status">get post status</a></li>
<li><a title="get post mime type" href="http://codex.wordpress.org/Function_Reference/get_post_mime_type">get post mime type</a></li>
<li><a title="get post meta" href="http://codex.wordpress.org/Function_Reference/get_post_meta">get post meta</a></li>
<li><a title="get post custom values" href="http://codex.wordpress.org/Function_Reference/get_post_custom_values">get post custom values</a></li>
<li><a title="get post custom keys" href="http://codex.wordpress.org/Function_Reference/get_post_custom_keys">get post custom keys</a></li>
<li><a title="get post custom" href="http://codex.wordpress.org/Function_Reference/get_post_custom">get post custom</a></li>
<li><a title="get single template" href="http://codex.wordpress.org/Function_Reference/get_single_template">get single template</a></li>
<li><a title="is single" href="http://codex.wordpress.org/Function_Reference/is_single">is single</a></li>
<li><a title="get enclosed" href="http://codex.wordpress.org/Function_Reference/get_enclosed">get enclosed</a></li>
<li><a title="update post meta" href="http://codex.wordpress.org/Function_Reference/update_post_meta">update post meta</a></li>
<li><a title="wp get single post" href="http://codex.wordpress.org/Function_Reference/wp_get_single_post">wp get single post</a></li>
<li><a title="wp get recent posts" href="http://codex.wordpress.org/Function_Reference/wp_get_recent_posts">wp get recent posts</a></li>
<li><a title="get posts" href="http://codex.wordpress.org/Template_Tags/get_posts">get posts</a></li>
<li><a title="wp update post" href="http://codex.wordpress.org/Function_Reference/wp_update_post">wp update post</a></li>
<li><a title="wp publish post" href="http://codex.wordpress.org/Function_Reference/wp_publish_post">wp publish post</a></li>
<li><a title="wp insert post" href="http://codex.wordpress.org/Function_Reference/wp_insert_post">wp insert post</a></li>
<li><a title="query posts" href="http://codex.wordpress.org/Template_Tags/query_posts">query posts</a></li>
</ul>
<h2>Page</h2>
<ul>
<li><a title="get page template" href="http://codex.wordpress.org/Function_Reference/get_page_template">get all page ids</a></li>
<li><a title="get page template" href="http://codex.wordpress.org/Function_Reference/get_page_template">get page template</a></li>
<li><a title="get page hierarchy" href="http://codex.wordpress.org/Function_Reference/get_page_hierarchy">get page hierarchy</a></li>
<li><a title="get page children" href="http://codex.wordpress.org/Function_Reference/get_page_children">get page children</a></li>
<li><a title="get pages" href="http://codex.wordpress.org/Function_Reference/get_pages">get pages</a></li>
<li><a title="get paged template" href="http://codex.wordpress.org/Function_Reference/get_paged_template">get paged template</a></li>
<li><a title="is front page" href="http://codex.wordpress.org/Function_Reference/is_front_page">is front page</a></li>
<li><a title="is page" href="http://codex.wordpress.org/Function_Reference/is_page">is page</a></li>
<li><a title="is page template" href="http://codex.wordpress.org/Function_Reference/is_page_template">is page template</a></li>
<li><a title="is paged" href="http://codex.wordpress.org/Function_Reference/is_paged">is paged</a></li>
<li><a title="get children" href="http://codex.wordpress.org/Function_Reference/get_children">get children</a></li>
<li><a title="page uri index" href="http://codex.wordpress.org/Function_Reference/page_uri_index">page uri index</a></li>
<li><a title="get all page ids" href="http://codex.wordpress.org/Function_Reference/get_all_page_ids">get all page ids</a></li>
</ul>
<h2>Category</h2>
<ul>
<li><a title="get all category ids" href="http://codex.wordpress.org/Function_Reference/get_all_category_ids">get all category ids</a></li>
<li><a title="get category template" href="http://codex.wordpress.org/Function_Reference/get_category_template">get category template</a></li>
<li><a title="get cat ID" href="http://codex.wordpress.org/Function_Reference/get_cat_ID">get cat ID</a></li>
<li><a title="cat is ancestor" href="http://codex.wordpress.org/Function_Reference/cat_is_ancestor_of">cat is ancestor</a></li>
<li><a title="get category parents" href="http://codex.wordpress.org/Function_Reference/get_category_parents">get category parents</a></li>
<li><a title="get category link" href="http://codex.wordpress.org/Function_Reference/get_category_link">get category link</a></li>
<li><a title="get category feed link" href="http://codex.wordpress.org/Function_Reference/get_category_feed_link">get category feed link</a></li>
<li><a title="get category by slug" href="http://codex.wordpress.org/Function_Reference/get_category_by_slug">get category by slug</a></li>
<li><a title="get category by path" href="http://codex.wordpress.org/Function_Reference/get_category_by_path">get category by path</a></li>
<li><a title="get category" href="http://codex.wordpress.org/Function_Reference/get_category">get category</a></li>
<li><a title="get categories" href="http://codex.wordpress.org/Function_Reference/get_categories">get categories</a></li>
<li><a title="get the category rss" href="http://codex.wordpress.org/Function_Reference/get_the_category_rss">get the category rss</a></li>
<li><a title="is category" href="http://codex.wordpress.org/Function_Reference/is_category">is category</a></li>
<li><a title="in category" href="http://codex.wordpress.org/Function_Reference/in_category">in category</a></li>
<li><a title="wp insert category" href="http://codex.wordpress.org/Function_Reference/wp_insert_category">wp insert category</a></li>
<li><a title="wp create category" href="http://codex.wordpress.org/FunctionReference/wp_create_category">wp create category</a></li>
<li><a title="wp set post categories" href="http://codex.wordpress.org/Function_Reference/wp_set_post_categories">wp set post categories</a></li>
<li><a title="wp get post categories" href="http://codex.wordpress.org/Function_Reference/wp_get_post_categories">wp get post categories</a></li>
<li><a title="the category rss" href="http://codex.wordpress.org/Function_Reference/the_category_rss">the category rss</a></li>
</ul>
<h2>Search</h2>
<ul>
<li><a title="get search feed link" href="http://codex.wordpress.org/Function_Reference/get_search_feed_link">get search feed link</a></li>
<li><a title="get search template" href="http://codex.wordpress.org/Function_Reference/get_search_template">get search template</a></li>
<li><a title="get search query" href="http://codex.wordpress.org/Function_Reference/get_search_query">get search query</a></li>
<li><a title="get search form" href="http://codex.wordpress.org/Function_Reference/get_search_form">get search form</a></li>
<li><a title="is search" href="http://codex.wordpress.org/Function_Reference/is_search">is search</a></li>
</ul>
<h2>Bookmarks</h2>
<ul>
<li><a title="get bookmarks" href="http://codex.wordpress.org/Function_Reference/get_bookmarks">get bookmarks</a></li>
<li><a title="get bookmark" href="http://codex.wordpress.org/Function_Reference/get_bookmark">get bookmark</a></li>
</ul>
<h2>Tags</h2>
<ul>
<li><a title="balanceTags" href="http://codex.wordpress.org/Function_Reference/balanceTags">balanceTags</a></li>
<li><a title="force balance tags" href="http://codex.wordpress.org/Function_Reference/force_balance_tags">force balance tags</a></li>
<li><a title="get the tags" href="http://codex.wordpress.org/Function_Reference/get_the_tags">get the tags</a></li>
<li><a title="get the tag list" href="http://codex.wordpress.org/Function_Reference/get_the_tag_list">get the tag list</a></li>
<li><a title="get tags" href="http://codex.wordpress.org/Function_Reference/get_tags">get tags</a></li>
<li><a title="get tag link" href="http://codex.wordpress.org/Function_Reference/get_tag_link">get tag link</a></li>
<li><a title="get tag" href="http://codex.wordpress.org/Function_Reference/get_tag">get tag</a></li>
<li><a title="is tag" href="http://codex.wordpress.org/Function_Reference/is_tag">is tag</a></li>
<li><a title="has tag" href="http://codex.wordpress.org/Function_Reference/has_tag">has tag</a></li>
</ul>
<h2>Userdata</h2>
<ul>
<li><a title="delete usermeta" href="http://codex.wordpress.org/Function_Reference/delete_usermeta">delete usermeta</a></li>
<li><a title="get currentuserinfo" href="http://codex.wordpress.org/Function_Reference/get_currentuserinfo">get currentuserinfo</a></li>
<li><a title="get usermeta" href="http://codex.wordpress.org/Function_Reference/get_usermeta">get usermeta</a></li>
<li><a title="get userdatabylogin" href="http://codex.wordpress.org/Function_Reference/get_userdatabylogin">get userdatabylogin</a></li>
<li><a title="get userdata" href="http://codex.wordpress.org/Function_Reference/get_userdata">get userdata</a></li>
<li><a title="get user option" href="http://codex.wordpress.org/Function_Reference/get_user_option">get user option</a></li>
<li><a title="is user logged in" href="http://codex.wordpress.org/Function_Reference/is_user_logged_in">is user logged in</a></li>
<li><a title="get author feed link" href="http://codex.wordpress.org/Function_Reference/get_author_feed_link">get author feed link</a></li>
<li><a title="get author template" href="http://codex.wordpress.org/Function_Reference/get_author_template">get author template</a></li>
<li><a title="get the author" href="http://codex.wordpress.org/Function_Reference/get_the_author">get the author</a></li>
<li><a title="is author" href="http://codex.wordpress.org/Function_Reference/is_author">is author</a></li>
<li><a title="get profile" href="http://codex.wordpress.org/Function_Reference/get_profile">get profile</a></li>
<li><a title="auth redirect" href="http://codex.wordpress.org/Function_Reference/auth_redirect">auth redirect</a></li>
<li><a title="set current user" href="http://codex.wordpress.org/Function_Reference/set_current_user">set current user</a></li>
<li><a title="user pass ok" href="http://codex.wordpress.org/Function_Reference/user_pass_ok">user pass ok</a></li>
<li><a title="username exists" href="http://codex.wordpress.org/Function_Reference/username_exists">username exists</a></li>
<li><a title="validate username" href="http://codex.wordpress.org/Function_Reference/validate_username">validate username</a></li>
<li><a title="wp set current user" href="http://codex.wordpress.org/Function_Reference/wp_set_current_user">wp set current user</a></li>
<li><a title="update usermeta" href="http://codex.wordpress.org/Function_Reference/update_usermeta">update usermeta</a></li>
<li><a title="wp create user" href="http://codex.wordpress.org/Function_Reference/wp_create_user">wp create user</a></li>
<li><a title="wp delete user" href="http://codex.wordpress.org/Function_Reference/wp_delete_user">wp delete user</a></li>
<li><a title="wp insert user" href="http://codex.wordpress.org/Function_Reference/wp_insert_user">wp insert user</a></li>
<li><a title="wp update user" href="http://codex.wordpress.org/Function_Reference/wp_update_user">wp update user</a></li>
<li><a title="wp signon" href="http://codex.wordpress.org/Function_Reference/wp_signon">wp signon</a></li>
</ul>
<h2>Filter</h2>
<ul>
<li><a title="apply filters" href="http://codex.wordpress.org/Function_Reference/apply_filters">apply filters</a></li>
<li><a title="add filter" href="http://codex.wordpress.org/Function_Reference/add_filter">add filter</a></li>
<li><a title="merge filters" href="http://codex.wordpress.org/Function_Reference/merge_filters">merge filters</a></li>
<li><a title="remove filter" href="http://codex.wordpress.org/Function_Reference/remove_filter">remove filter</a></li>
</ul>
<h2>Feed</h2>
<ul>
<li><a title="do feed rss2" href="http://codex.wordpress.org/Function_Reference/do_feed_rss2">do feed rss2</a></li>
<li><a title="do feed rss" href="http://codex.wordpress.org/Function_Reference/do_feed_rss">do feed rss</a></li>
<li><a title="do feed rdf" href="http://codex.wordpress.org/Function_Reference/do_feed_rdf">do feed rdf</a></li>
<li><a title="do feed atom" href="http://codex.wordpress.org/Function_Reference/do_feed_atom">do feed atom</a></li>
<li><a title="do feed" href="http://codex.wordpress.org/Function_Reference/do_feed">do feed</a></li>
<li><a title="fetch feed" href="http://codex.wordpress.org/Function_Reference/fetch_feed">fetch feed</a></li>
<li><a title="is feed" href="http://codex.wordpress.org/Function_Reference/is_feed">is feed</a></li>
<li><a title="bloginfo rss" href="http://codex.wordpress.org/Function_Reference/bloginfo_rss">bloginfo rss</a></li>
<li><a title="get bloginfo rss" href="http://codex.wordpress.org/Function_Reference/get_bloginfo_rss">get bloginfo rss</a></li>
<li><a title="get the title rss" href="http://codex.wordpress.org/Function_Reference/get_the_title_rss">get the title rss</a></li>
<li><a title="permalink single rss" href="http://codex.wordpress.org/Template_Tags/permalink_single_rss">permalink single rss</a></li>
<li><a title="rss enclosure" href="http://codex.wordpress.org/Function_Reference/rss_enclosure">rss enclosure</a></li>
<li><a title="the title rss" href="http://codex.wordpress.org/Function_Reference/the_title_rss">the title rss</a></li>
<li><a title="the content rss" href="http://codex.wordpress.org/Function_Reference/the_content_rss">the content rss</a></li>
<li><a title="the excerpt rss" href="http://codex.wordpress.org/Function_Reference/the_excerpt_rss">the excerpt rss</a></li>
</ul>
<h2>Pings / Pingbacks / Trackbacks</h2>
<ul>
<li><a title="add ping" href="http://codex.wordpress.org/Function_Reference/add_ping">add ping</a></li>
<li><a title="do all pings" href="http://codex.wordpress.org/Function_Reference/do_all_pings">do all pings</a></li>
<li><a title="discover pingback server uri" href="http://codex.wordpress.org/Function_Reference/discover_pingback_server_uri">discover pingback server uri</a></li>
<li><a title="generic ping" href="http://codex.wordpress.org/Function_Reference/generic_ping">generic ping</a></li>
<li><a title="get to ping" href="http://codex.wordpress.org/Function_Reference/get_to_ping">get to ping</a></li>
<li><a title="pings open" href="http://codex.wordpress.org/Function_Reference/pings_open">pings open</a></li>
<li><a title="get pung" href="http://codex.wordpress.org/Function_Reference/get_pung">get pung</a></li>
<li><a title="do trackbacks" href="http://codex.wordpress.org/Function_Reference/do_trackbacks">do trackbacks</a></li>
<li><a title="is trackback" href="http://codex.wordpress.org/Function_Reference/is_trackback">is trackback</a></li>
<li><a title="trackback" href="http://codex.wordpress.org/Function_Reference/trackback">trackback</a></li>
<li><a title="pingback" href="http://codex.wordpress.org/Function_Reference/pingback">pingback</a></li>
<li><a title="privacy ping filter" href="http://codex.wordpress.org/Function_Reference/privacy_ping_filter">privacy ping filter</a></li>
<li><a title="weblog ping" href="http://codex.wordpress.org/Function_Reference/weblog_ping">weblog ping</a></li>
</ul>
<h2>Theme / Template</h2>
<ul>
<li><a title="get themes" href="http://codex.wordpress.org/Function_Reference/get_themes">get themes</a></li>
<li><a title="get theme root uri" href="http://codex.wordpress.org/Function_Reference/get_theme_root_uri">get theme root uri</a></li>
<li><a title="get theme root" href="http://codex.wordpress.org/Function_Reference/get_theme_root">get theme root</a></li>
<li><a title="get theme mod" href="http://codex.wordpress.org/Function_Reference/get_theme_mod">get theme mod</a></li>
<li><a title="get theme data" href="http://codex.wordpress.org/Function_Reference/get_theme_data">get theme data</a></li>
<li><a title="get theme" href="http://codex.wordpress.org/Function_Reference/get_theme">get theme</a></li>
<li><a title="get template directory" href="http://codex.wordpress.org/Function_Reference/get_current_theme">get template directory</a></li>
<li><a title="get attachment template" href="http://codex.wordpress.org/Function_Reference/get_attachment_template">get attachment template</a></li>
<li><a title="get active template" href="http://codex.wordpress.org/Function_Reference/get_archive_template">get active template</a></li>
<li><a title="get 404 template" href="http://codex.wordpress.org/Function_Reference/get_404_template">get 404 template</a></li>
<li><a title="get home template" href="http://codex.wordpress.org/Function_Reference/get_home_template">get home template</a></li>
<li><a title="get date template" href="http://codex.wordpress.org/Function_Reference/get_date_template">get date template</a></li>
<li><a title="get template directory uri" href="http://codex.wordpress.org/Function_Reference/get_template_directory_uri">get template directory uri</a></li>
<li><a title="get template directory" href="http://codex.wordpress.org/Function_Reference/get_template_directory">get template directory</a></li>
<li><a title="get template" href="http://codex.wordpress.org/Function_Reference/get_template">get template</a></li>
<li><a title="validate current theme" href="http://codex.wordpress.org/Function_Reference/validate_current_theme">validate current theme</a></li>
<li><a title="switch theme" href="http://codex.wordpress.org/Function_Reference/switch_theme">switch theme</a></li>
<li><a title="set theme mod" href="http://codex.wordpress.org/Function_Reference/set_theme_mod">set theme mod</a></li>
<li><a title="preview theme ob filter callback" href="http://codex.wordpress.org/Function_Reference/preview_theme_ob_filter_callback">preview theme ob filter callback</a></li>
<li><a title="preview theme ob filter" href="http://codex.wordpress.org/Function_Reference/preview_theme_ob_filter">preview theme ob filter</a></li>
<li><a title="preview theme" href="http://codex.wordpress.org/Function_Reference/preview_theme">preview theme</a></li>
<li><a title="load template" href="http://codex.wordpress.org/Function_Reference/load_template">load template</a></li>
</ul>
<h2>Header</h2>
<ul>
<li><a title="cache javascript headers" href="http://codex.wordpress.org/Function_Reference/cache_javascript_headers">cache javascript headers</a></li>
<li><a title="add custom image header" href="http://codex.wordpress.org/Function_Reference/add_custom_image_header">add custom image header</a></li>
<li><a title="get header textcolor" href="http://codex.wordpress.org/Function_Reference/get_header_textcolor">get header textcolor</a></li>
<li><a title="get header image" href="http://codex.wordpress.org/Function_Reference/get_header_image">get header image</a></li>
<li><a title="get header" href="http://codex.wordpress.org/Function_Reference/get_header">get header</a></li>
<li><a title="header image" href="http://codex.wordpress.org/Function_Reference/header_image">header image</a></li>
<li><a title="get local stylesheet uri" href="http://codex.wordpress.org/Function_Reference/get_locale_stylesheet_uri">get locale stylesheet uri</a></li>
<li><a title="get stylesheet directory" href="http://codex.wordpress.org/Function_Reference/get_stylesheet_directory">get stylesheet directory</a></li>
<li><a title="get stylesheet" href="http://codex.wordpress.org/Function_Reference/get_stylesheet">get stylesheet</a></li>
<li><a title="get stylesheet uri" href="http://codex.wordpress.org/Function_Reference/get_stylesheet_uri">get stylesheet uri</a></li>
<li><a title="get stylesheet directory uri" href="http://codex.wordpress.org/Function_Reference/get_stylesheet_directory_uri">get stylesheet directory uri</a></li>
<li><a title="check ajax referer" href="http://codex.wordpress.org/Function_Reference/check_ajax_referer">check ajax referer</a></li>
<li><a title="locale stylesheet" href="http://codex.wordpress.org/Function_Reference/locale_stylesheet">locale stylesheet</a></li>
</ul>
<h2>Date / Time</h2>
<ul>
<li><a title="date il8n" href="http://codex.wordpress.org/Function_Reference/date_i18n">date il8n</a></li>
<li><a title="current time" href="http://codex.wordpress.org/Function_Reference/current_time">current time</a></li>
<li><a title="get calendar" href="http://codex.wordpress.org/Function_Reference/get_calendar">get calendar</a></li>
<li><a title="get month link" href="http://codex.wordpress.org/Function_Reference/get_month_link">get month link</a></li>
<li><a title="get gmt from date" href="http://codex.wordpress.org/Function_Reference/get_gmt_from_date">get gmt from date</a></li>
<li><a title="get day link" href="http://codex.wordpress.org/Function_Reference/get_day_link">get day link</a></li>
<li><a title="get date from gmt" href="http://codex.wordpress.org/Function_Reference/get_date_from_gmt">get date from gmt</a></li>
<li><a title="get year link" href="http://codex.wordpress.org/Function_Reference/get_year_link">get year link</a></li>
<li><a title="get weekstartend" href="http://codex.wordpress.org/Function_Reference/get_weekstartend">get weekstartend</a></li>
<li><a title="human time diff" href="http://codex.wordpress.org/Function_Reference/human_time_diff">human time diff</a></li>
<li><a title="get the time" href="http://codex.wordpress.org/Function_Reference/get_the_time">get the time</a></li>
<li><a title="is new day" href="http://codex.wordpress.org/Function_Reference/is_new_day">is new day</a></li>
<li><a title="is time" href="http://codex.wordpress.org/Function_Reference/is_time">is time</a></li>
<li><a title="is day" href="http://codex.wordpress.org/Function_Reference/is_day">is day</a></li>
<li><a title="is month" href="http://codex.wordpress.org/Function_Reference/is_month">is month</a></li>
<li><a title="is year" href="http://codex.wordpress.org/Function_Reference/is_year">is year</a></li>
<li><a title="is date" href="http://codex.wordpress.org/Function_Reference/is_date">is date</a></li>
<li><a title="iso8601 timezone to offset" href="http://codex.wordpress.org/Function_Reference/iso8601_timezone_to_offset">iso8601 timezone to offset</a></li>
<li><a title="iso8601 to datetime" href="http://codex.wordpress.org/Function_Reference/iso8601_to_datetime">iso8601 to datetime</a></li>
<li><a title="mysql2date" href="http://codex.wordpress.org/Function_Reference/mysql2date">mysql2date</a></li>
</ul>
<h2>Convert, sanitize, filter &amp; formatting</h2>
<ul>
<li><a title="ent2ncr" href="http://codex.wordpress.org/Function_Reference/ent2ncr">ent2ncr</a></li>
<li><a title="attribute escape" href="http://codex.wordpress.org/Function_Reference/attribute_escape">attribute escape</a></li>
<li><a title="clean url" href="http://codex.wordpress.org/Function_Reference/clean_url">clean url</a></li>
<li><a title="backslashit" href="http://codex.wordpress.org/Function_Reference/backslashit">backslashit</a></li>
<li><a title="addslashes gpc" href="http://codex.wordpress.org/Function_Reference/addslashes_gpc">addslashes gpc</a></li>
<li><a title="add magic quotes" href="http://codex.wordpress.org/Function_Reference/add_magic_quotes">add magic quotes</a></li>
<li><a title="convert smilies" href="http://codex.wordpress.org/Function_Reference/convert_smilies">convert smilies</a></li>
<li><a title="convert chars" href="http://codex.wordpress.org/Function_Reference/convert_chars">convert chars</a></li>
<li><a title="htmlentities2" href="http://codex.wordpress.org/Function_Reference/htmlentities2">htmlentities2</a></li>
<li><a title="format to edit" href="http://codex.wordpress.org/Function_Reference/format_to_edit">format to edit</a></li>
<li><a title="js escape" href="http://codex.wordpress.org/Function_Reference/js_escape">wp trip excerpt</a></li>
<li><a title="js escape" href="http://codex.wordpress.org/Function_Reference/js_escape">js escape</a></li>
<li><a title="make clickable" href="http://codex.wordpress.org/Function_Reference/make_clickable">make clickable</a></li>
<li><a title="popuplinks" href="http://codex.wordpress.org/Function_Reference/popuplinks">popuplinks</a></li>
<li><a title="remove accents" href="http://codex.wordpress.org/Function_Reference/remove_accents">remove accents</a></li>
<li><a title="sanitize email" href="http://codex.wordpress.org/Function_Reference/sanitize_email">sanitize email</a></li>
<li><a title="sanitize file name" href="http://codex.wordpress.org/Function_Reference/sanitize_file_name">sanitize file name</a></li>
<li><a title="sanitize user" href="http://codex.wordpress.org/Function_Reference/sanitize_user">sanitize user</a></li>
<li><a title="sanitize title" href="http://codex.wordpress.org/Function_Reference/sanitize_title">sanitize title</a></li>
<li><a title="sanitize title with dashes" href="http://codex.wordpress.org/Function_Reference/sanitize_title_with_dashes">sanitize title with dashes</a></li>
<li><a title="seems utf8" href="http://codex.wordpress.org/Function_Reference/seems_utf8">seems utf8</a></li>
<li><a title="stripslashes deep" href="http://codex.wordpress.org/Function_Reference/stripslashes_deep">stripslashes deep</a></li>
<li><a title="trailingslashit" href="http://codex.wordpress.org/Function_Reference/trailingslashit">trailingslashit</a></li>
<li><a title="untrailingslashit" href="http://codex.wordpress.org/Function_Reference/untrailingslashit">untrailingslashit</a></li>
<li><a title="utf8 uri encode" href="http://codex.wordpress.org/Function_Reference/utf8_uri_encode">utf8 uri encode</a></li>
<li><a title="wpautop" href="http://codex.wordpress.org/Function_Reference/wpautop">wpautop</a></li>
<li><a title="wptexturize" href="http://codex.wordpress.org/Function_Reference/wptexturize">wptexturize</a></li>
<li><a title="wp filter kses" href="http://codex.wordpress.org/Function_Reference/wp_filter_kses">wp filter kses</a></li>
<li><a title="wp filter post kses" href="http://codex.wordpress.org/Function_Reference/wp_filter_post_kses">wp filter post kses</a></li>
<li><a title="wp filter nohtml kses" href="http://codex.wordpress.org/Function_Reference/wp_filter_nohtml_kses">wp filter nohtml kses</a></li>
<li><a title="wp iso descrambler" href="http://codex.wordpress.org/Function_Reference/wp_iso_descrambler">wp iso descrambler</a></li>
<li><a title="wp kses" href="http://codex.wordpress.org/Function_Reference/wp_kses">wp_kses</a></li>
<li><a title="wp kses array lc" href="http://codex.wordpress.org/Function_Reference/wp_kses_array_lc">wp kses array lc</a></li>
<li><a title="wp kses attr" href="http://codex.wordpress.org/Function_Reference/wp_kses_attr">wp kses attr</a></li>
<li><a title="wp kses bad protocol" href="http://codex.wordpress.org/Function_Reference/wp kses bad protocol">wp_kses_bad_protocol</a></li>
<li><a title="wp kses bad protocol once" href="http://codex.wordpress.org/Function_Reference/wp_kses_bad_protocol_once">wp kses bad protocol once</a></li>
<li><a title="wp kses bad protocol once2" href="http://codex.wordpress.org/Function_Reference/wp_kses_bad_protocol_once2">wp kses bad protocol_once2</a></li>
<li><a title="wp kses check attr val" href="http://codex.wordpress.org/Function_Reference/wp_kses_check_attr_val">wp kses check attr val</a></li>
<li><a title="wp kses decode entities" href="http://codex.wordpress.org/Function_Reference/wp_kses_decode_entities">wp kses decode entities</a></li>
<li><a title="wp kses hair" href="http://codex.wordpress.org/Function_Reference/wp_kses_hair">wp kses hair</a></li>
<li><a title="wp kses hook" href="http://codex.wordpress.org/Function_Reference/wp_kses_hook">wp kses hook</a></li>
<li><a title="wp kses html error" href="http://codex.wordpress.org/Function_Reference/wp_kses_html_error">wp kses html error</a></li>
<li><a title="wp kses js entities" href="http://codex.wordpress.org/Function_Reference/wp_kses_js_entities">wp kses js entities</a></li>
<li><a title="wp kses no null" href="http://codex.wordpress.org/Function_Reference/wp_kses_no_null">wp kses no null</a></li>
<li><a title="wp kses normalize entities" href="http://codex.wordpress.org/Function_Reference/wp_kses_normalize_entities">wp kses normalize entities</a></li>
<li><a title="wp kses normalize entities2" href="http://codex.wordpress.org/Function_Reference/wp_kses_normalize_entities2">wp kses normalize entities2</a></li>
<li><a title="wp kses split" href="http://codex.wordpress.org/Function_Reference/wp_kses_split">wp kses split</a></li>
<li><a title="wp kses split2" href="http://codex.wordpress.org/Function_Reference/wp_kses_split2">wp kses split2</a></li>
<li><a title="wp kses strip slashes" href="http://codex.wordpress.org/Function_Reference/wp_kses_strip_slashes">wp kses stripslashes</a></li>
<li><a title="wp kses version" href="http://codex.wordpress.org/Function_Reference/wp_kses_version">wp kses version</a></li>
<li><a title="wp make link relative" href="http://codex.wordpress.org/Function_Reference/wp_make_link_relative">wp make link relative</a></li>
<li><a title="wp rel nofollow" href="http://codex.wordpress.org/Function_Reference/wp_rel_nofollow">wp rel nofollow</a></li>
<li><a title="wp richedit pre" href="http://codex.wordpress.org/Function_Reference/wp_richedit_pre">wp richedit pre</a></li>
<li><a title="wp specialchars" href="http://codex.wordpress.org/Function_Reference/wp_specialchars">wp specialchars</a></li>
<li><a title="zeroise" href="http://codex.wordpress.org/Function_Reference/zeroise">zeroise</a></li>
</ul>
<h2>Cron / Schedule</h2>
<ul>
<li><a title="spawn cron" href="http://codex.wordpress.org/Function_Reference/spawn_cron">spawn_cron</a></li>
<li><a title="wp clear scheduled hook" href="http://codex.wordpress.org/Function_Reference/wp_clear_scheduled_hook">wp_clear_scheduled_hook</a></li>
<li><a title="wp cron" href="http://codex.wordpress.org/Function_Reference/wp_cron">wp cron</a></li>
<li><a title="wp get schedule" href="http://codex.wordpress.org/Function_Reference/wp_get_schedule">wp get schedule</a></li>
<li><a title="wp get schedules" href="http://codex.wordpress.org/Function_Reference/wp_get_schedules">wp get schedules</a></li>
<li><a title="wp next scheduled" href="http://codex.wordpress.org/Function_Reference/wp_next_scheduled">wp next scheduled</a></li>
<li><a title="wp reschedule event" href="http://codex.wordpress.org/Function_Reference/wp_reschedule_event">wp reschedule event</a></li>
<li><a title="wp schedule event" href="http://codex.wordpress.org/Function_Reference/wp_schedule_event">wp schedule event</a></li>
<li><a title="wp schedule single event" href="http://codex.wordpress.org/Function_Reference/wp_schedule_single_event">wp schedule single event</a></li>
<li><a title="wp unschedule event" href="http://codex.wordpress.org/Function_Reference/wp_unschedule_event">wp unschedule event</a></li>
</ul>
<h2>Localization / Translation</h2>
<ul>
<li><a title="get locale" href="http://codex.wordpress.org/Function_Reference/get_locale">get locale</a></li>
<li><a title="e" href="http://codex.wordpress.org/Function_Reference/_e">_e</a></li>
<li><a title="__" href="http://codex.wordpress.org/Function_Reference/_2">__</a></li>
<li><a title="translate" href="http://codex.wordpress.org/Function_Reference/translate">translate</a></li>
</ul>
<ul>
<li><a title="load default textdomain" href="http://codex.wordpress.org/Function_Reference/load_default_textdomain">load default textdomain</a></li>
<li><a title="load plugin textdomain" href="http://codex.wordpress.org/Function_Reference/load_plugin_textdomain">load plugin textdomain</a></li>
<li><a title="oad textdomain" href="http://codex.wordpress.org/Function_Reference/load_textdomain">load textdomain</a></li>
<li><a title="load theme textdomain" href="http://codex.wordpress.org/Function_Reference/load_theme_textdomain">load theme textdomain</a></li>
</ul>
<h2>Options</h2>
<ul>
<li><a title="add option" href="http://codex.wordpress.org/Function_Reference/add_option">add option</a></li>
<li><a title="delete option" href="http://codex.wordpress.org/Function_Reference/delete_option">delete option</a></li>
<li><a title="get alloptions" href="http://codex.wordpress.org/Function_Reference/get_alloptions">get alloptions</a></li>
<li><a title="form option" href="http://codex.wordpress.org/Function_Reference/form_option">form option</a></li>
<li><a title="get option" href="http://codex.wordpress.org/Function_Reference/get_option">get option</a></li>
</ul>
<h2>Sidebar</h2>
<ul>
<li><a title="dynamic sidebar" href="http://codex.wordpress.org/Function_Reference/dynamic_sidebar">dynamic sidebar</a></li>
<li><a title="get sidebar" href="http://codex.wordpress.org/Function_Reference/get_sidebar">get sidebar</a></li>
<li><a title="is active sidebar" href="http://codex.wordpress.org/Function_Reference/is_active_sidebar">is archive sidebar</a></li>
<li><a title="is dynamic sidebar" href="http://codex.wordpress.org/Function_Reference/is_dynamic_sidebar">is dynamic sidebar</a></li>
</ul>
<h2>Querys</h2>
<ul>
<li><a title="get num querys" href="http://codex.wordpress.org/Function_Reference/get_num_queries">get num querys</a></li>
<li><a title="get query template" href="http://codex.wordpress.org/Function_Reference/get_query_template">get query template</a></li>
<li><a title="add query arg" href="http://codex.wordpress.org/Function_Reference/add_query_arg">add query arg</a></li>
<li><a title="get query var" href="http://codex.wordpress.org/Function_Reference/get_query_var">get query var</a></li>
</ul>
<h2>Action</h2>
<ul>
<li><a title="do action ref array" href="http://codex.wordpress.org/Function_Reference/do_action_ref_array">do action ref array</a></li>
<li><a title="add action" href="http://codex.wordpress.org/Function_Reference/add_action">add action</a></li>
<li><a title="do action" href="http://codex.wordpress.org/Function_Reference/do_action">do action</a></li>
<li><a title="did action" href="http://codex.wordpress.org/Function_Reference/did_action">did action</a></li>
<li><a title="remove actions" href="http://codex.wordpress.org/Function_Reference/remove_action">remove action</a></li>
</ul>
<h2>Taxonomy / Term</h2>
<ul>
<li><a title="get the term list" href="http://codex.wordpress.org/Function_Reference/get_the_term_list">get the term list</a></li>
<li><a title="get terms" href="http://codex.wordpress.org/Function_Reference/get_terms">get terms</a></li>
<li><a title="get term children" href="http://codex.wordpress.org/Function_Reference/get_term_children">get term children</a></li>
<li><a title="get term by" href="http://codex.wordpress.org/Function_Reference/get_term_by">get term by</a></li>
<li><a title="get term" href="http://codex.wordpress.org/Function_Reference/get_term">get term</a></li>
<li><a title="is term" href="http://codex.wordpress.org/Function_Reference/is_term">is term</a></li>
<li><a title="is taxonomy" href="http://codex.wordpress.org/Function_Reference/is_taxonomy">is taxonomy</a></li>
<li><a title="is taxonomy hierarchical" href="http://codex.wordpress.org/Function_Reference/is_taxonomy_hierarchical">is taxonomy hierachical</a></li>
<li><a title="wp update term" href="http://codex.wordpress.org/Function_Reference/wp_update_term">wp update term</a></li>
<li><a title="wp get object terms" href="http://codex.wordpress.org/Function_Reference/wp_get_object_terms">wp get object terms</a></li>
<li><a title="register taxonomy" href="http://codex.wordpress.org/Function_Reference/register_taxonomy">register taxonomy</a></li>
</ul>
<h2>Admin</h2>
<ul>
<li><a title="check admin referer" href="http://codex.wordpress.org/Function_Reference/check_admin_referer">check admin referer</a></li>
<li><a title="add meta box" href="http://codex.wordpress.org/Function_Reference/add_meta_box">add meta box</a></li>
<li><a title="is admin" href="http://codex.wordpress.org/Function_Reference/is_admin">is admin</a></li>
<li><a title="addLoadEvent" href="http://codex.wordpress.org/Function_Reference/addLoadEvent">addLoadEvent</a></li>
<li><a title="is preview" href="http://codex.wordpress.org/Function_Reference/is_preview">is preview</a></li>
<li><a title="is blog installed" href="http://codex.wordpress.org/Function_Reference/is_blog_installed">is blog installed</a></li>
</ul>
<h2>Content</h2>
<ul>
<li><a title="clean pre" href="http://codex.wordpress.org/Function_Reference/clean_pre">clean pre</a></li>
<li><a title="get the content" href="http://codex.wordpress.org/Function_Reference/get_the_content">get the content</a></li>
<li><a title="has excerpt" href="http://codex.wordpress.org/Function_Reference/has_excerpt">has excerpt</a></li>
<li><a title="in the loop" href="http://codex.wordpress.org/Function_Reference/in_the_loop">in the loop</a></li>
<li><a title="get the ID" href="http://codex.wordpress.org/Function_Reference/get_the_ID">get the ID</a></li>
</ul>
<h2>Email</h2>
<ul>
<li><a title="email exists" href="http://codex.wordpress.org/Function_Reference/email_exists">email exists</a></li>
<li><a title="is email" href="http://codex.wordpress.org/Function_Reference/is_email">is email</a></li>
<li><a title="antispambot" href="http://codex.wordpress.org/Function_Reference/antispambot">antispambot</a></li>
</ul>
<h2>Attachments</h2>
<ul>
<li><a title="is attachment" href="http://codex.wordpress.org/Function_Reference/is_attachment">is attachment</a></li>
<li><a title="is local attachment" href="http://codex.wordpress.org/Function_Reference/is_local_attachment">is local attachment</a></li>
<li><a title="get attached file" href="http://codex.wordpress.org/Function_Reference/get_attached_file">get attached file</a></li>
<li><a title="wp update attachment metadata" href="http://codex.wordpress.org/Function_Reference/wp_update_attachment_metadata">wp update attachment metadata</a></li>
<li><a title="wp get attachment url" href="http://codex.wordpress.org/Function_Reference/wp_get_attachment_url">wp get attachment url</a></li>
<li><a title="wp get attachment thumb url" href="http://codex.wordpress.org/Function_Reference/wp_get_attachment_thumb_url">wp get attachment thumb url</a></li>
<li><a title="wp get attachment thumb file" href="http://codex.wordpress.org/Function_Reference/wp_get_attachment_thumb_file">wp get attachment thumb file</a></li>
<li><a title="wp get attachment metadata" href="http://codex.wordpress.org/Function_Reference/wp_get_attachment_metadata">wp get attachment metadata</a></li>
<li><a title="wp get attachment image src" href="http://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src">wp get attachment image src</a></li>
<li><a title="wp get attachment image" href="http://codex.wordpress.org/Function_Reference/wp_get_attachment_image">wp get attachment image</a></li>
<li><a title="wp delete attachment" href="http://codex.wordpress.org/Function_Reference/wp_delete_attachment">wp delete attachment</a></li>
<li><a title="wp insert attachment" href="http://codex.wordpress.org/Function_Reference/wp_insert_attachment">wp insert attachment</a></li>
<li><a title="wp attachment is image" href="http://codex.wordpress.org/Function_Reference/wp_attachment_is_image">wp attachment is image</a></li>
<li><a title="update attached file" href="http://codex.wordpress.org/Function_Reference/update_attached_file">update attached file</a></li>
</ul>
<h2>Plugin</h2>
<ul>
<li><a title="is plugin page" href="http://codex.wordpress.org/Function_Reference/is_plugin_page">is plugin page</a></li>
<li><a title="plugin basename" href="http://codex.wordpress.org/Function_Reference/plugin_basename">plugin basename</a></li>
<li><a title="register activation hook" href="http://codex.wordpress.org/Function_Reference/register_activation_hook">register activation hook</a></li>
<li><a title="register deactivation hook" href="http://codex.wordpress.org/Function_Reference/register_deactivation_hook">register deactivation hook</a></li>
</ul>
<h2>Uncategorized conditional tags</h2>
<ul>
<li><a title="is home" href="http://codex.wordpress.org/Function_Reference/is_home">is home</a></li>
<li><a title="is sticky" href="http://codex.wordpress.org/Function_Reference/is_sticky">is sticky</a></li>
<li><a title="is archive" href="http://codex.wordpress.org/Function_Reference/is_archive">is archive</a></li>
<li><a title="is 404" href="http://codex.wordpress.org/Function_Reference/is_404">is 404</a></li>
<li><a title="singular" href="http://codex.wordpress.org/Function_Reference/is_singular">is singular</a></li>
<li><a title="is active widget" href="http://codex.wordpress.org/Function_Reference/is_active_widget">is active widget</a></li>
<li><a title="is serialized" href="http://codex.wordpress.org/Function_Reference/is_serialized">is serialized</a></li>
<li><a title="is serialized string" href="http://codex.wordpress.org/Function_Reference/is_serialized_string">is serialized string</a></li>
</ul>
<h2>Uncategorized</h2>
<ul>
<li><a title="do robots" href="http://codex.wordpress.org/Function_Reference/do_robots">do robots</a></li>
<li><a title="ngettext" href="http://codex.wordpress.org/Function_Reference/_ngettext">__ngettext</a></li>
<li><a title="bool from yn" href="http://codex.wordpress.org/Function_Reference/bool_from_yn">bool from yn</a></li>
<li><a title="do enclose" href="http://codex.wordpress.org/Function_Reference/do_enclose">do enclose</a></li>
<li><a title="funky javascript fix" href="http://codex.wordpress.org/Function_Reference/funky_javascript_fix">funky javascript fix</a></li>
<li><a title="file is displayable image" href="http://codex.wordpress.org/Function_Reference/file_is_displayable_image">file is displayable image</a></li>
<li><a title="get footer" href="http://codex.wordpress.org/Function_Reference/get_footer">get footer</a></li>
<li><a title="get extended" href="http://codex.wordpress.org/Function_Reference/get_extended">get extended</a></li>
<li><a title="wp mime type icon" href="http://codex.wordpress.org/Function_Reference/wp_mime_type_icon">wp mime type icon</a></li>
<li><a title="wp check for changed slugs" href="http://codex.wordpress.org/Function_Reference/wp_check_for_changed_slugs">wp check for changed slugs</a></li>
<li><a title="register setting" href="http://codex.wordpress.org/Function_Reference/register_setting">register setting</a></li>
</ul>
<ul>
<li><a title="make url footnote" href="http://codex.wordpress.org/Function_Reference/make_url_footnote">make url footnote</a></li>
<li><a title="nocache headers" href="http://codex.wordpress.org/Function_Reference/nocache_headers">nocache headers</a></li>
<li><a title="remove query arg" href="http://codex.wordpress.org/Function_Reference/remove_query_arg">remove query arg</a></li>
<li><a title="status header" href="http://codex.wordpress.org/Function_Reference/status_header">status header</a></li>
<li><a title="wp" href="http://codex.wordpress.org/Function_Reference/wp">wp</a></li>
<li><a title="wp check filetype" href="http://codex.wordpress.org/Function_Reference/wp_check_filetype">wp check filetype</a></li>
<li><a title="wp clearcookie" href="http://codex.wordpress.org/Function_Reference/wp_clearcookie">wp clearcookie</a></li>
<li><a title="wp create nonce" href="http://codex.wordpress.org/Function_Reference/wp_create_nonce">wp create nonce</a></li>
<li><a title="wp die" href="http://codex.wordpress.org/Function_Reference/wp_die">wp die</a></li>
<li><a title="wp explain nonce" href="http://codex.wordpress.org/Function_Reference/wp_explain_nonce">wp explain nonce</a></li>
<li><a title="wp get cookie login" href="http://codex.wordpress.org/Function_Reference/wp_get_cookie_login">wp get cookie login</a></li>
<li><a title="wp get http headers" href="http://codex.wordpress.org/Function_Reference/wp_get_http_headers">wp get http headers</a></li>
<li><a title="wp get original referer" href="http://codex.wordpress.org/Function_Reference/wp_get_original_referer">wp get original referer</a></li>
<li><a title="wp get referer" href="http://codex.wordpress.org/Function_Reference/wp_get_referer">wp get referer</a></li>
<li><a title="wp hash" href="http://codex.wordpress.org/Function_Reference/wp_hash">wp hash</a></li>
<li><a title="wp mail" href="http://codex.wordpress.org/Function_Reference/wp_mail">wp mail</a></li>
<li><a title="wp mkdir p" href="http://codex.wordpress.org/Function_Reference/wp mkdir p">wp mkdir p</a></li>
<li><a title="wp new user notification" href="http://codex.wordpress.org/Function_Reference/wp_new_user_notification">wp new user notification</a></li>
<li><a title="wp nonce ays" href="http://codex.wordpress.org/Function_Reference/wp_nonce_ays">wp nonce ays</a></li>
<li><a title="wp nonce field" href="http://codex.wordpress.org/Function_Reference/wp_nonce_field">wp nonce field</a></li>
<li><a title="wp nonce url" href="http://codex.wordpress.org/Function_Reference/wp_nonce_url">wp nonce url</a></li>
<li><a title="wp notify moderator" href="http://codex.wordpress.org/Function_Reference/wp_notify_moderator">wp notify moderator</a></li>
<li><a title="wp notify postauthor" href="http://codex.wordpress.org/Function_Reference/wp_notify_postauthor">wp notify postauthor</a></li>
<li><a title="wp original referer field" href="http://codex.wordpress.org/Function_Reference/wp_original_referer_field">wp original referer field</a></li>
<li><a title="wp redirect" href="http://codex.wordpress.org/Function_Reference/wp_redirect">wp redirect</a></li>
<li><a title="wp referer field" href="http://codex.wordpress.org/Function_Reference/wp_referer_field">wp referer field</a></li>
<li><a title="wp remote fopen" href="http://codex.wordpress.org/Function_Reference/wp_remote_fopen">wp remote fopen</a></li>
<li><a title="wp salt" href="http://codex.wordpress.org/Function_Reference/wp_salt">wp salt</a></li>
<li><a title="wp setcookie" href="http://codex.wordpress.org/Function_Reference/wp_setcookie">wp setcookie</a></li>
<li><a title="wp upload bits" href="http://codex.wordpress.org/Function_Reference/wp_upload_bits">wp upload bits</a></li>
<li><a title="wp upload dir" href="http://codex.wordpress.org/Function_Reference/wp_upload_dir">wp upload dir</a></li>
<li><a title="wp verify nonce" href="http://codex.wordpress.org/Function_Reference/wp_verify_nonce">wp verify nonce</a></li>
<li><a title="get bloginfo" href="http://codex.wordpress.org/Function_Reference/get_bloginfo">get bloginfo</a></li>
</ul>
<h2>API</h2>
<ul>
<li><a title="Shortcode API" href="http://codex.wordpress.org/Shortcode_API">Shortcode API</a></li>
<li><a title="Plugin API" href="http://codex.wordpress.org/Plugin_API">Plugin API</a></li>
<li><a title="Plugin API Action references" href="http://codex.wordpress.org/Plugin_API/Action_Reference">Plugin API &#8211; Action references</a></li>
<li><a title="Plugin API Filter references" href="http://codex.wordpress.org/Plugin_API/Filter_Reference">Plugin API &#8211; Filter references</a></li>
</ul>
<h2>Classes</h2>
<ul>
<li><a title="wp cache" href="http://codex.wordpress.org/Function_Reference/WP_Cache">wp cache</a></li>
<li><a title="wp query" href="http://codex.wordpress.org/Function_Reference/WP_Query">wp query</a></li>
<li><a title="wp rewrite" href="http://codex.wordpress.org/Function_Reference/WP_Rewrite">wp rewrite</a></li>
<li><a title="wp enqueue script" href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script">wp enqueue script</a></li>
<li><a title="wp enqueue style" href="http://codex.wordpress.org/Function_Reference/wp_enqueue_style">wp enqueue style</a></li>
<li><a title="walker" href="http://codex.wordpress.org/Function_Reference/Walker_Class">walker</a></li>
<li><a title="wpdb" href="http://codex.wordpress.org/Function_Reference/wpdb_Class">wpdb</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.devdevote.com/cms/wordpress-documentation/wordpress-cheat-sheet/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

