WP_User_Search::page_links() WordPress Method
The WP_User_Search::page_links() method is used to generate pagination links for a list of users. It accepts two arguments: the current page number and the total number of pages.
WP_User_Search::page_links() #
Displaying paging text.
Description
See also
- do_paging(): Builds paging text.
Source
File: wp-admin/includes/deprecated.php
function page_links() { echo $this->paging_text; }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |