WP_User_Search::page_links
Displaying paging text.
Method of the class: WP_User_Search{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WP_User_Search = new WP_User_Search(); $WP_User_Search->page_links();
Notes
- See: do_paging() Builds paging text.
Changelog
| Since 2.1.0 | Introduced. |
WP_User_Search::page_links() WP User Search::page links code WP 7.0
function page_links() {
echo $this->paging_text;
}