New and updated in 3.1.0
-
functionremove_custom_background()
Remove custom background support.
-
-
methodWP_Query::is_trackback()
Determines whether the query is for a trackback endpoint call.
-
methodWP_Query::is_year()
Determines whether the query is for an existing year archive.
-
methodWP_Query::is_404()
Determines whether the query is a 404 (returns no results).
-
methodWP_Query::is_page()
Determines whether the query is for an existing single page.
-
methodWP_Query::is_paged()
Determines whether the query is for a paged result and not for the first page.
-
methodWP_Query::is_preview()
Determines whether the query is for a post or page preview.
-
methodWP_Query::is_robots()
Determines whether the query is for the robots.txt file.
-
methodWP_Query::is_search()
Determines whether the query is for a search.
-
methodWP_Query::is_day()
Determines whether the query is for an existing day archive.
-
methodWP_Query::is_single()
Determines whether the query is for an existing single post.
-
methodWP_Query::is_feed()
Determines whether the query is for a feed.
-
methodWP_Query::is_singular()
Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types).
-
Determines whether the query is for a comments feed.
-
methodWP_Query::is_time()
Determines whether the query is for a specific time.
-
Determines whether the query is for the front page of the site.
-
methodWP_Query::is_home()
Determines whether the query is for the blog homepage.
-
methodWP_Query::is_month()
Determines whether the query is for an existing month archive.
-
methodWP_Query::is_category()
Determines whether the query is for an existing category archive page.
-
methodWP_Query::is_tag()
Determines whether the query is for an existing tag archive page.
-
methodWP_Query::is_tax()
Determines whether the query is for an existing custom taxonomy archive page.
-
Determines whether the current URL is within the comments popup window.
-
methodWP_Query::is_date()
Determines whether the query is for an existing date archive.
-
methodWP_Query::is_archive()
Determines whether the query is for an existing archive page.
-
Determines whether the query is for an existing post type archive page.
-
Determines whether the query is for an existing attachment page.
-
methodWP_Query::is_author()
Determines whether the query is for an existing author archive page.
-
hookposts_clauses
Filters all query clauses at once, for convenience.
-
Filters all query clauses at once, for convenience.