New and updated in 0.71
-
functionnext_posts_link()
Displays the next posts page link.
-
functionprevious_posts()
Displays or retrieves the previous posts page link.
-
functionprevious_posts_link()
Displays the previous posts page link.
-
functionpermalink_anchor()
Displays the permalink anchor for the current post.
-
functionapply_filters()
Calls the callback functions that have been added to a filter hook.
-
functionadd_filter()
Adds a callback function to a filter hook.
-
functionthe_category_rss()
Displays the post categories in the feed.
-
functionthe_title_rss()
Displays the post title in the feed.
-
functionthe_excerpt_rss()
Displays the post excerpt for the feed.
-
functionbloginfo_rss()
Displays RSS container for the bloginfo function.
-
functionget_userdatabylogin()
Retrieve user info by login name.
-
functionget_the_content()
Retrieves the post content.
-
functionthe_excerpt()
Displays the post excerpt.
-
hookthe_excerpt
Filters the displayed post excerpt.
-
functionget_the_excerpt()
Retrieves the post excerpt.
-
functionthe_content()
Displays the post content.
-
hookthe_content
Filters the post content.
-
functionthe_ID()
Displays the ID of the current item in the WordPress Loop.
-
functionthe_title()
Displays or retrieves the current post title with optional markup.
-
functionget_the_title()
Retrieves the post title.
-
hookthe_title
Filters the post title.
-
functionget_lastpostdate()
Retrieves the most recent time that a post on the site was published.
-
hookpingback_post
Fires after a post pingback has been sent.
-
methodwpdb::get_col_info()
Retrieves column metadata from the last query.
-
methodwpdb::query()
Performs a database query, using current database connection.
-
methodwpdb::get_var()
Retrieves one value from the database.
-
methodwpdb::get_row()
Retrieves one row from the database.
-
methodwpdb::get_col()
Retrieves one column from the database.