Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




get_user_count [ WordPress Function ]

get_user_count ( No parameters )
Returns:
  • (int)
Defined at:



The number of active users in your installation.

The count is cached and updated twice daily. This is not a live count.

Source


<?php
function get_user_count() {
    return 
get_site_option'user_count' );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics