wp_count_sites example

_e( 'No sites found.' );
    }

    /** * Gets links to filter sites by status. * * @since 5.3.0 * * @return array */
    protected function get_views() {
        $counts = wp_count_sites();

        $statuses = array(
            /* translators: %s: Number of sites. */
            'all'      => _nx_noop(
                'All <span class="count">(%s)</span>',
                'All <span class="count">(%s)</span>',
                'sites'
            ),

            /* translators: %s: Number of sites. */
            'public'   => _n_noop(
                
Home | Imprint | This part of the site doesn't use cookies.