WP_User_Search::results_are_paged(): bool

In this article

Whether paging is enabled.

Description

See also

Return

bool

Source

function results_are_paged() {
	if ( $this->paging_text )
		return true;
	return false;
}

Changelog

VersionDescription
2.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.