'; } /** * composes automation tag (with userId taken by token) * @return string */ public function composeAutomationTag() { return ''; } /** * Returns the publisher token from the DB. * @return string */ private function getAuthToken() { $qmerceSettings = get_option( 'qmerce-settings-admin' ); return $qmerceSettings['auth_token']; } }