POMO_Reader::pos() WordPress Method
The POMO_Reader::pos() method is a really handy tool for managing your Wordpress posts. It allows you to keep track of your current position in the post loop, and even allows you to reset the position back to the beginning.
POMO_Reader::pos() #
Return
(int)
Source
File: wp-includes/pomo/streams.php
public function pos() { return $this->_pos; }
Expand full source codeCollapse full source codeView on TracView on GitHub