Skip to content

Instantly share code, notes, and snippets.

@bordoni
Created September 17, 2016 16:37
Show Gist options
  • Select an option

  • Save bordoni/88c97800fe799a0c39b39bdbcca5d978 to your computer and use it in GitHub Desktop.

Select an option

Save bordoni/88c97800fe799a0c39b39bdbcca5d978 to your computer and use it in GitHub Desktop.
Online Now on The Header
<?php
$args = array(
// If Numeric is False, you can customize what shows up using this variable.
'plural' => __( '%s users online', 'online-now' ),
'singular' => __( 'One user online', 'online-now' ),
'zero' => __( 'Zero users online', 'online-now' ),
// If you want numeric, set this to True
'numeric' => false,
);
echo OnlineNow::instance()->shortcode_qty( $args );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment