users = get_users( $options ); parent::__construct( $manager, $id, $args ); } /** * Render the control's content. * * Allows the content to be overriden without having to rewrite the wrapper. * * @since 01/13/2013 * @return void */ public function render_content() { if(empty($this->users)) { return false; } ?>