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();
	}


Top ↑

User Contributed Notes User Contributed Notes

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