Displaying paging text.
Description
See also
- do_paging(): Builds paging text.
Source
function page_links() {
echo $this->paging_text;
}
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
Displaying paging text.
function page_links() {
echo $this->paging_text;
}
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.