APP_View

Helper class for controlling all aspects of a view.


Package


Description Description

Supported methods (automatically hooked):

  • init() – for registering post types, taxonomies, rewrite rules etc.
  • parse_query() – for correcting query flags
  • pre_get_posts() – for altering the query, without affecting the query flags
  • posts_search(),
  • posts_clauses(),
  • posts_request() – for direct SQL manipulation
  • the_posts() – for various other manipulations
  • template_redirect() – for enqueuing scripts etc.
  • template_include( $path ) – for loading a different template file
  • title_parts( $parts ) – for changing the title
  • breadcrumbs( $trail ) – for changing the breadcrumbs
  • notices() – for displaying notices


Top ↑

Methods Methods

Premium WordPress Apps

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.