PUM_Abstract_Repository_Posts::init()
Initialize the repository.
Description Description
Source Source
File: classes/Abstract/Repository/Posts.php
protected function init() { $this->query = new WP_Query; $this->reset_strict_query_args(); }
Expand full source code Collapse full source code View on Trac