options->nopriv || ( ! current_user_can( 'edit_others_posts' ) && ! current_user_can( 'edit_posts' ) ) ) return null; $reload = (bool)Request::get_var( 'reload' ); $lists = Helper::get_mailchimp_lists( $reload ); return $lists; } }