WP_User_Search::page_links()publicWP 2.1.0

Displaying paging text.

Method of the class: WP_User_Search{}

No Hooks.

Return

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() code WP 6.5.2

function page_links() {
	echo $this->paging_text;
}