0
Validation results

Pressive

Pressive

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEpressive-1.400.4.zip
  • FILE SIZE9305224 bytes
  • MD51da350a71f4fb0f2bd333553c88af899
  • SHA12b9aa266169d2766092586876c3474800282fd97
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images
  • THEME URIhttps://thrivethemes.com/
  • VERSION1.400.4
  • AUTHOR URI
  • TAGSblog, thrive, lead capture
  • CREATION DATE2019-06-01
  • LAST FILE UPDATE2019-06-01
  • LAST VALIDATION2019-06-01 07:00
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Customizer : Sanitization of Customizer settings Found a Customizer setting that did not have a sanitization callback function in file theme-customize.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. Security breaches : Modification of PHP server settings Found ini_set in file debug-bar-plugin.php. 100: @ini_set( 'display_errors', 'On' );
  3. Security breaches : Use of base64_decode() Found base64_decode in file AjaxController.php. 197: $pass = base64_decode( $ttw_data->pass );Found base64_decode in file Manager.php. 240: $string = @base64_decode( $string );Found base64_decode in file Base.php. 1282: return base64_decode( strtr( $input, '-_', '+/' ) );Found base64_decode in file OptInHandler.php. 41: $decodedOuterPayload = json_decode( base64_decode( urldecode( $uniqueHash ) ), true );46: $decodedInnerPayload = json_decode( base64_decode( $innerPayload ), true );
  4. Security breaches : Use of base64_encode() Found base64_encode in file Manager.php.
     return base64_encode( serialize( $connections ) );
    Found base64_encode in file Transport.php.
     'Authorization' => 'Basic ' . base64_encode( $call_options['authdetails']['api_key'] . ':nopass' )
    Found base64_encode in file Base.php.
     * Exactly the same as base64_encode except it uses
     * Exactly the same as base64_encode except it uses
     $str = strtr( base64_encode( $input ), '+/', '-_' );
    Found base64_encode in file Application.php.
     return base64_encode( hash_hmac( 'sha1', $sigBase, $sigKey, true ) );
    Found base64_encode in file RestClient.php.
     'Authorization' => 'Basic ' . base64_encode( Thrive_Dash_Api_Mailgun_Api::API_USER . ':' . $this->apiKey 
    Found base64_encode in file OptInHandler.php.
     $encodedInnerPayload = base64_encode( json_encode( $innerPayload ) );
     return urlencode( base64_encode( json_encode( $outerPayload ) ) );
    Found base64_encode in file Drip.php.
     'Authorization' => 'Basic ' . base64_encode( $this->api_token . ':' ),
    Found base64_encode in file OAuth.php.
     $headers['oauth_signature'] = base64_encode( hash_hmac( 'sha1', $base_info, $composite_key, true ) );
    Found base64_encode in file SimpleEmailServiceMessage.php.
     $raw_message .= 'Subject: =?' . $this->subjectCharset . '?B?' . base64_encode( $this->subject ) . '?=\n';
     $raw_message .= '\n' . chunk_split( base64_encode( $attachment['data'] ), 76, '\n' ) . '\n';
     return base64_encode( $raw_message );
     $recipient = '=?' . $this->recipientsCharset . '?B?' . base64_encode( $regs[1] ) . '?= <' . $regs[2] . '>';
    Found base64_encode in file SimpleEmailServiceRequest.php.
     return base64_encode( hash_hmac( 'sha256', $string, $this->ses->getSecretKey(), tr
    Found base64_encode in file Campaigns.php.
     $data['template']['content'] = base64_encode( $data['template']['content'] );
     $data['template']['archive'] = base64_encode( $data['template']['archive'] );
     $data['template']['content'] = base64_encode( $data['template']['content'] );
     $data['template']['archive'] = base64_encode( $data['template']['archive'] );
    Found base64_encode in file TransactionalEmails.php.
     $data['body'] = base64_encode($data['body']);
     $data['plain_text'] = base64_encode($data['plain_text']);
    Found base64_encode in file Templates.php.
     $data['content'] = base64_encode($data['content']);
     $data['archive'] = base64_encode($data['archive']);
     $data['content'] = base64_encode($data['content']);
     $data['archive'] = base64_encode($data['archive']);
    Found base64_encode in file Twitter.php.
     $oauth_signature          = base64_encode( hash_hmac( 'sha1', $base_info, $composite_key, true ) );
    Found base64_encode in file Attachment.php.
     return new Thrive_Dash_Api_Postmark_Attachment( base64_encode( $data ), $attachmentName, $mimeType );
     return new Thrive_Dash_Api_Postmark_Attachment( base64_encode( file_get_contents( $filePath ) ), $attachmentName, $mimeType
  5. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe style='height:70px !important;' src='//www.facebook.com/plugins/likebox.php?href=" . _thrive_get_social_link( $attr['facebook'], 'facebook' ) . "&width=292&height=32&colorscheme=light&show_faces=false&header=false&stream=false&show_border=false' id='follow_me_content_fb'> in file shortcodes.php. 1381: $output .= '<script type='text/javascript'>jQuery(function() { jQuery('#bubble-' . $randId . '').append(\'<iframe style='height:70px !important;' src='//www.facebook.com/plugins/likFound <iframe id='" . $rand_id . "' src='" . $src_url . "' height='" . $video_height . "' width='" . $width . "' frameborder='0' webkitallowfullscreen mozallowfullscreen allowfullscreen> in file admin-shortcodes.php. 437: $embed_code = '<iframe id='' . $rand_id . '' src='' . $src_url . '' height='' . $video_heiFound <iframe style='height:70px !important;' src='//www.facebook.com/plugins/likebox.php?href=<?php echo $fbUrl; ?> in file widget-follow.php. 490: jQuery( '#container-follow-facebook<?php echo $randId; ?>' ).append( '<iframe style='height:70px !important;' src='//www.facebook.com/plugins/lik
  6. Malware : Operations on file system file_get_contents was found in the file Mandrill.php 112: $apikey = trim( file_get_contents( $path ) );file_get_contents was found in the file Services_Json.php 110: * $input = file_get_contents('php://input', 1000000);fopen was found in the file Mailgun.php 60: $fileHandle = fopen( $tempFile, 'w' );fwrite was found in the file Mailgun.php 61: fwrite( $fileHandle, $postFiles );fclose was found in the file Mailgun.php 64: fclose( $fileHandle );fopen was found in the file RestClient.php 155: $postBody->addFile( new PostFile( $fieldName, fopen( $filePath, 'r' ), $filename ) );file_get_contents was found in the file SimpleEmailServiceMessage.php 122: $this->messagetext = file_get_contents( $textfile );127: $this->messagehtml = file_get_contents( $htmlfile );137: $this->messagetext = file_get_contents( $texturl );142: $this->messagehtml = file_get_contents( $htmlurl );207: $this->addAttachmentFromData( $name, file_get_contents( $path ), $mimeType, $contentId, $attachmentType );file_get_contents was found in the file SimpleEmailServiceMessage.php 122: $this->messagetext = file_get_contents( $textfile );127: $this->messagehtml = file_get_contents( $htmlfile );137: $this->messagetext = file_get_contents( $texturl );142: $this->messagehtml = file_get_contents( $htmlurl );207: $this->addAttachmentFromData( $name, file_get_contents( $path ), $mimeType, $contentId, $attachmentType );file_get_contents was found in the file SimpleEmailServiceMessage.php 122: $this->messagetext = file_get_contents( $textfile );127: $this->messagehtml = file_get_contents( $htmlfile );137: $this->messagetext = file_get_contents( $texturl );142: $this->messagehtml = file_get_contents( $htmlurl );207: $this->addAttachmentFromData( $name, file_get_contents( $path ), $mimeType, $contentId, $attachmentType );file_get_contents was found in the file SimpleEmailServiceMessage.php 122: $this->messagetext = file_get_contents( $textfile );127: $this->messagehtml = file_get_contents( $htmlfile );137: $this->messagetext = file_get_contents( $texturl );142: $this->messagehtml = file_get_contents( $htmlurl );207: $this->addAttachmentFromData( $name, file_get_contents( $path ), $mimeType, $contentId, $attachmentType );file_get_contents was found in the file SimpleEmailServiceMessage.php 122: $this->messagetext = file_get_contents( $textfile );127: $this->messagehtml = file_get_contents( $htmlfile );137: $this->messagetext = file_get_contents( $texturl );142: $this->messagehtml = file_get_contents( $htmlurl );207: $this->addAttachmentFromData( $name, file_get_contents( $path ), $mimeType, $contentId, $attachmentType );file_get_contents was found in the file Attachment.php 20: return new Thrive_Dash_Api_Postmark_Attachment( base64_encode( file_get_contents( $filePath ) ), $attachmentName, $mimeType );fopen was found in the file iContact.php 418: $rFileContentHandle = fopen( $mPostData, 'r' );file_get_contents was found in the file class-td-nm-admin-ajax-controller.php 80: $model = json_decode( file_get_contents( 'php://input' ), true );109: $model = json_decode( file_get_contents( 'php://input' ), true );164: $model = json_decode( file_get_contents( 'php://input' ), true );file_get_contents was found in the file class-td-nm-admin-ajax-controller.php 80: $model = json_decode( file_get_contents( 'php://input' ), true );109: $model = json_decode( file_get_contents( 'php://input' ), true );164: $model = json_decode( file_get_contents( 'php://input' ), true );file_get_contents was found in the file class-td-nm-admin-ajax-controller.php 80: $model = json_decode( file_get_contents( 'php://input' ), true );109: $model = json_decode( file_get_contents( 'php://input' ), true );164: $model = json_decode( file_get_contents( 'php://input' ), true );file_get_contents was found in the file Tve_Dash_Font_Import_Manager_Data.php 70: $content = file_get_contents( $file );file_put_contents was found in the file helpers.php 776: file_put_contents( $file, $image_data['body'] );file_get_contents was found in the file helpers.php 933: if(@file_get_contents($qUrl)){934: $company_info = @file_get_contents($qUrl);file_get_contents was found in the file helpers.php 933: if(@file_get_contents($qUrl)){934: $company_info = @file_get_contents($qUrl);file_get_contents was found in the file thrive-image-optimization.php 166: $response = json_decode( file_get_contents( 'php://input' ), true );file_put_contents was found in the file thrive-image-optimization.php 207: $new_size = file_put_contents( $file_path, $image_string );
  7. Malware : Network operations curl_init was found in the file SimpleEmailServiceRequest.php 112: // $curl = curl_init();curl_exec was found in the file SimpleEmailServiceRequest.php 147: // if (curl_exec($curl)) {curl_init was found in the file ThriveSoundcloud.php 34: $curl = curl_init();curl_exec was found in the file ThriveSoundcloud.php 40: $response = curl_exec( $curl );curl_init was found in the file ThriveSoundcloud.php 34: $curl = curl_init();curl_exec was found in the file ThriveSoundcloud.php 40: $response = curl_exec( $curl );curl_init was found in the file Kraken.php 62: $curl = curl_init();curl_exec was found in the file Kraken.php 69: $response = json_decode( curl_exec( $curl ), true );
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File admin.php : 33: add_submenu_page( null, __( 'API Connections', TVE_DASH_TRANSLATE_DOMAIN ),34: add_submenu_page( null, __( 'API Connections Error Log', TVE_DASH_TRANSLATEFile admin.php : 33: add_submenu_page( null, __( 'API Connections', TVE_DASH_TRANSLATE_DOMAIN ),34: add_submenu_page( null, __( 'API Connections Error Log', TVE_DASH_TRANSLATEFile class-tvd-sm-admin.php : 134: add_submenu_page( null, __( 'Landing Pages Analytics & Scripts', TVE_DASH_TFile hooks.php : 34: add_menu_page(File hooks.php : 43: add_submenu_page(118: add_submenu_page( $menus[ $menu_short ]['parent_slug'], $menus[ $menu_shortFile hooks.php : 43: add_submenu_page(118: add_submenu_page( $menus[ $menu_short ]['parent_slug'], $menus[ $menu_shortFile class-td-nm-admin.php : 156: add_submenu_page( null, __( 'Notification Manager', TVE_DASH_TRANSLATE_DOMAFile functions.php : 20: add_action( 'admin_menu', 'thrive_appr_add_menu_page' );31: function thrive_appr_add_menu_page() {32: add_menu_page( 'Manage Content', 'Manage Content', 'edit_theme_options', 't
  9. Comment reply : Declaration of comment reply Could not find the comment-reply js script enqueued.
  10. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file theme-update.php. get_template_directory() should be used instead. 12: $thrive_theme_data = get_theme_data( TEMPLATEPATH . '/style.css' );Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 732: include TEMPLATEPATH . '/' . $template_page_name;768: include TEMPLATEPATH . '/' . $template_page_name;834: $single_template = TEMPLATEPATH . '/appr/appr-lesson.php';837: $single_template = TEMPLATEPATH . '/appr/appr-page.php';844: $single_template = TEMPLATEPATH . '/appr/appr-full-width.php';847: $single_template = TEMPLATEPATH . '/appr/appr-narrow.php';850: $single_template = TEMPLATEPATH . '/appr/appr-landing-page.php';863: $tax_template = TEMPLATEPATH . '/appr/taxonomy-apprentice.php';Constant TEMPLATEPATH was found in the file init.php. get_template_directory() should be used instead. 490: include TEMPLATEPATH . '/' . $template_page_name;495: include TEMPLATEPATH . '/fullwidth-page.php';498: include TEMPLATEPATH . '/narrow-page.php';533: $single_template = TEMPLATEPATH . '/' . $template_page_name;537: $single_template = TEMPLATEPATH . '/fullwidth-page.php';539: $single_template = TEMPLATEPATH . '/narrow-page.php';
  11. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  12. Deprecated functions : get_bloginfo get_bloginfo( 'template_url' ) was found in the file header-landing.php. Use get_template_directory_uri() instead.82: $header_style = 'background-image:url(' . get_bloginfo( 'template_url' ) . '/images/patterns/' . get_theme_mod( 'thriget_bloginfo( 'template_url' ) was found in the file views.php. Use get_template_directory_uri() instead.621: $header_style = 'background-image:url(' . get_bloginfo( 'template_url' ) . '/images/patterns/' . $header_pattern . '.get_bloginfo( 'url' ) was found in the file theme-options.php. Use home_url() instead.218: 'privacy_tpl_website' => get_bloginfo( 'url' ),
  13. Deprecated functions : get_option get_option( 'home' ) was found in the file functions.php. Use home_url() instead.447: echo '<li><a class='home' href='' . get_option( 'home' ) . ''> ' . __( 'Home', 'thrive' ) . $arrowImg . '</a></get_option( 'home' ) was found in the file functions.php. Use home_url() instead.47: $homepage_url = empty( $homepage_id ) ? get_option( 'home' ) : get_page_link( $homepage_id );57: echo '<li typeof='v:Breadcrumb'><a rel='v:url' property='v:title' class='home' href='' . get_option( 'home' ) . ''> ' . __( 'Home', 'thrive' ) . $arrowImg . '</a></
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in hooks.php. Themes must not deregister core scripts. 172: wp_deregister_script( 'select2' );
  2. special URIs : Presence of bad theme tagsTheme URI and Author URI should not be the same.
  3. theme tags : Presence of bad theme tagsFound wrong tag thrive in style.css header.Found wrong tag lead capture in style.css header.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error in communication with Thrive Themes' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An error occurred, please try again' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Token has been deleted' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Token is not deleted' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There is no token to delete' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments "An error occurred while connecting to the license server. Error: %s. Please login to thrivethemes.com, report this error message on the forums and we'll get this sorted for you" in file LicenseManager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "An error occurred while receiving the license status. The response was: %s. Please login to thrivethemes.com, report this error message on the forums and we'll get this sorted for you." in file LicenseManager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid response!' in file LicenseManager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid products returned from server!' in file LicenseManager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Products returned from server are not accepted for licensing!' in file LicenseManager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection is not specified !' in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Where should I subscribe this user? List is not specified !' in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email is not specified !' in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cannot establish API connection' in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Subscription was made with success but we could not delete the log from database !" in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subscription was made with success !' in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Log ID is not valid !" in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments "An error occurred: %s" in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The log with ID: %s could not be found !" in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API Log with ID: %s has been deleted with success !" in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Connections' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Connections' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Connections Error Log' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Connections Error Log' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown error occurred' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'is now disconnected' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Service disconnected' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection works' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection Error' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection established' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown error occurred' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Mandrill key' in file Mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email field must not be empty' in file Mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Mandrill using the provided key (<strong>%s</strong>)' in file Mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mandrill connected successfully' in file Mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The email filled in was not verified by Mandrill" in file Mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Mandrill couldn't connect" in file Mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file Mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email and password are required' in file KlickTipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Klick Tipp using the provided data: %s' in file KlickTipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Klick Tipp connected successfully!' in file KlickTipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Klick Tipp using the provided data (%s)' in file KlickTipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Klick Tipp using the provided data (%s)' in file KlickTipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Klick Tipp using the provided data (%s)' in file KlickTipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid MailerLite key' in file MailerLite.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to MailerLite using the provided key (<strong>%s</strong>)' in file MailerLite.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MailerLite connected successfully' in file MailerLite.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please re-check your API connection details.' in file MailerLite.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown MailerLite Error' in file MailerLite.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Error' in file MailerLite.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are already logged in. Please Logout in order to create a new user.' in file Wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid email address.' in file Wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Passwords do not match' in file Wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email or username are already used' in file Wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Both Site Key and Secret Key fields are required' in file ReCaptcha.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Incorrect Secret Key.' in file ReCaptcha.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ReCaptcha connected successfully!' in file ReCaptcha.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid MailRelay key' in file MailRelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid MailRelay URL' in file MailRelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to MailRelay using the provided key (<strong>%s</strong>)' in file MailRelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MailRelay connected successfully' in file MailRelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Constant Contact API Key and API token' in file ConstantContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Constant Contact using the provided API Key and API Token (<strong>%s</strong>)' in file ConstantContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Constant Contact connected successfully' in file ConstantContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the following contact lists' in file HubSpot.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid HubSpot key' in file HubSpot.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to HubSpot using the provided key (<strong>%s</strong>)' in file HubSpot.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HubSpot connected successfully' in file HubSpot.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendReach (<strong>%s</strong>)' in file Sendreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendReach connection established' in file Sendreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid ConvertKit API Key' in file ConvertKit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to ConvertKit: %s' in file ConvertKit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ConvertKit connected successfully' in file ConvertKit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Mailchimp key' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Mailchimp using the provided key (<strong>%s</strong>)' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailchimp connected successfully' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please re-check your API connection details.' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Mailchimp Error' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Mailchimp Error' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Error' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Mailchimp Error' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Error' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Mailchimp Error' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Error' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Mailgun key' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Mailgun key' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The domain name field must not be empty' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The domain name field must not be empty' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Mailgun using the provided key (<strong>%s</strong>)' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Mailgun using the provided key (<strong>%s</strong>)' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailgun connected successfully' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the following upcoming webinars' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email and password are required' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to GoToWebinar using the provided data (%s)' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click here to renew the token' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive API Connections: The access token for %s has expired on %s.' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive API Connections: The access token for %s will expire today.' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive API Connections: The access token for %s will expire tomorrow.' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive API Connections: The access token for %s will expire in %s days.' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendinBlue key' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendinBlue key' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendinBlue using the provided key (<strong>%s</strong>)' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendinBlue using the provided key (<strong>%s</strong>)' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendinBlue connected successfully' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please re-check your API connection details." in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown SendinBlue Error' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Error' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose your Tag Name List' in file Infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Client ID and API key are required' in file Infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Infusionsoft using the provided credentials (<strong>%s</strong>)' in file Infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendinBlue key' in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendinBlue key' in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendinBlue using the provided key (<strong>%s</strong>)' in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendinBlue using the provided key (<strong>%s</strong>)' in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendinBlue connected successfully' in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please re-check your API connection details." in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown SendinBlue Error' in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Error' in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'is not connected' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'is not connected' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not test Mautic connection: %s' in file Mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Mautic api url' in file Mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Mautic Public Key' in file Mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Mautic Secret Key' in file Mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please re-check your API connection details.' in file Mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Error' in file Mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Both Client ID and Client Secret fields are required' in file Google.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Incorrect Client ID.' in file Google.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google connected successfully!' in file Google.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not test AWeber connection: %s' in file AWeber.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Could not add contact: %s to list: %s" in file AWeber.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Drip token and Client ID' in file Drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Drip using the provided Token and Client ID (<strong>%s</strong>)' in file Drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Drip connected successfully' in file Drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Drip connection could not be validated!' in file Drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User could not be subscribed' in file Drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There is not Campaign in your Drip account to be fetched !' in file Drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Both Client ID and Client Secret fields are required' in file Facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook connected successfully!' in file Facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error! The Facebook link provided is invalid' in file Facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Facebook connection expired. Go to API Connections to reactivate it!' in file Facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Campaign Monitor key' in file CampaignMonitorEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Campaign Monitor using the provided key (<strong>%s</strong>)' in file CampaignMonitorEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Campaign Monitor connected successfully' in file CampaignMonitorEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file CampaignMonitorEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendGrid key' in file SendGrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendGrid using the provided key (<strong>%s</strong>)' in file SendGrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendGrid connected successfully' in file SendGrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Sendgrid Error' in file SendGrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid WebinarJamStudio key' in file WebinarJamStudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to WebinarJamStudio using the provided key (<strong>%s</strong>)' in file WebinarJamStudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WebinarJamStudio connected successfully' in file WebinarJamStudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid MailRelay key' in file MailRelayEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid MailRelay URL' in file MailRelayEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to MailRelay using the provided key (<strong>%s</strong>)' in file MailRelayEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MailRelay connected successfully' in file MailRelayEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file MailRelayEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SG-Autorepondeur Member ID' in file SGAutorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SG-Autorepondeur key' in file SGAutorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SG-Autorepondeur using the provided key (<strong>%s</strong>)' in file SGAutorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailchimp connected successfully' in file SGAutorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please re-check your API connection details." in file SGAutorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown SG-Autorepondeur Error' in file SGAutorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Invalid URL or API key" in file ArpReach.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please provide at least one list for your subscribers' in file ArpReach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Invalid URL or API key" in file ArpReach.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ArpReach connected successfully' in file ArpReach.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Ontraport AppID/APIKey' in file Ontraport.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Ontraport: %s' in file Ontraport.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ontraport connected successfully' in file Ontraport.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MailPoet plugin must be installed and activated.' in file MailPoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'At least one MailPoet plugin must be installed and activated.' in file MailPoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No MailPoet plugin could be found.' in file MailPoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No MailPoet plugin could be found.' in file MailPoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MailPoet plugin is not installed / activated' in file MailPoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subscriber could not be saved' in file MailPoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No MailPoet plugin could be found.' in file MailPoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendGrid key' in file SendGridEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendGrid key' in file SendGridEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendGrid using the provided key (<strong>%s</strong>)' in file SendGridEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendGrid using the provided key (<strong>%s</strong>)' in file SendGridEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendGrid connected successfully' in file SendGridEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file SendGridEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All fields are required' in file Twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Incorrect credentials.' in file Twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter connected successfully!' in file Twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An error occured while getting the comment. Please verify your Twitter connection!' in file Twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Campaign Monitor key' in file CampaignMonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Campaign Monitor using the provided key (<strong>%s</strong>)' in file CampaignMonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Campaign Monitor connected successfully' in file CampaignMonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid GetResponse key' in file GetResponse.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid GetResponse V3 API URL' in file GetResponse.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to GetResponse using the provided key (<strong>%s</strong>)' in file GetResponse.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GetResponse connected successfully' in file GetResponse.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username and API Key are required' in file MadMimi.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to MadMimi using the provided data' in file MadMimi.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MadMimi connected successfully' in file MadMimi.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Sendy' in file Sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Amazon Web Services Simple Email Service key' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Amazon Web Services Simple Email Service key' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Amazon Web Services Simple Email Service secret key' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Amazon Web Services Simple Email Service secret key' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email field must not be empty' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email field must not be empty' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Amazon Web Services Simple Email Service using the provided key (<strong>%s</strong>)' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Amazon Web Services Simple Email Service using the provided key (<strong>%s</strong>)' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon Web Services Simple Email Service connected successfully' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Postmark key' in file Postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email field must not be empty' in file Postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Postmark using the provided key (<strong>%s</strong>)' in file Postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Postmark connected successfully' in file Postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file Postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Both API URL and API Key fields are required' in file ActiveCampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to ActiveCampaign using the provided details. Response was: <strong>%s</strong>' in file ActiveCampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ActiveCampaign connected successfully' in file ActiveCampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'none' in file ActiveCampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid iContact AppID/Username/Password' in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to iContact: %s' in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'iContact connected successfully' in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SparkPost key' in file SparkPost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email field must not be empty' in file SparkPost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SparkPost using the provided key. <strong>%s</strong>' in file SparkPost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SparkPost connected successfully' in file SparkPost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file SparkPost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form Data' in file LogsTable.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Service' in file LogsTable.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date' in file LogsTable.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error Message' in file LogsTable.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No error logs.' in file LogsTable.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Email" in file LogsTable.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Name" in file LogsTable.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Phone" in file LogsTable.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Retry' in file LogsTable.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file LogsTable.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API' in file Controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HTML Form code' in file Controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Retry' in file error-log-entry.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file error-log-entry.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Thrive API Connections - error logs" in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments "items" in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form data' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Service' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error Message' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Actions' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rows per page' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Jump to page' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page doesn\'t exist' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Go' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'of' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Back to API Connections" in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect with Service" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your sign up form is connected to service(s) using the following API connections:" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Service Name" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Settings" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Remove" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add New Connection" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select which fields to display and their properties (you can reorder them by dragging the "move" icon from the left):' in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Action After Signup" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "After the form is submitted:" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Reload current page" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Redirect to URL" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Display message without reload" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Redirect to Page" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Switch State" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "KlickTipp Thank You URL" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The following message will be displayed in a small popup after signup, without reloading the page." in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Choose the state to switch :" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add Error Message" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Edit your error message" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This error message is shown in the rare case that the signup fails. This can happen when your connected email marketing service can't be reached." in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect with Service" in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This setting allows you to connect your sign up form with various web services, such as autoresponder accounts." in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You currently have no connections set up with this sign up form" in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Create a new Connection" in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect with Service" in file dashboard-custom-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your sign up form is connected to a service using custom HTML form code." in file dashboard-custom-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Delete Connection" in file dashboard-custom-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Edit HTML form code" in file dashboard-custom-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Step 2: Insert HTML code" in file add-custom-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Step 2: Now insert your full HTML autoresponder code. You can find more information about what code is required" in file add-custom-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments "in our knowledge base" in file add-custom-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Insert your code here" in file autoresponder-code-fields.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file autoresponder-code-fields.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Generate Fields" in file autoresponder-code-fields.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Choose an icon" in file autoresponder-code-fields.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Captcha to Prevent Spam Signups' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Requires integration with Google ReCaptcha' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Light' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dark' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Type' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Audio' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Size' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Normal' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Compact' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Step 1: Choose Connection Type" in file add.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Choose whether you would like to connect using HTML form code or through an established API connection ?" in file add.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Go to the next step" in file add.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Step 2: Choose your API Connection" in file add-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file add-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save" in file add-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error while communicating with the service:' in file api-lists.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No list available' in file api-lists.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reload' in file api-lists.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Available Shortcodes' in file api-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Copy' in file api-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays the email of the person who opted in.' in file api-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Copy' in file api-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays the name of the person who opted in.' in file api-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You currently don't have any API integrations set up." in file api-select.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Click here to set up a new API connection" in file api-select.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Choose from your list of existing API connections or" in file api-select.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'add a new integration' in file api-select.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Reload" in file api-select.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click the button below to enable MailPoet integration.' in file mailpoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version 2' in file mailpoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version 3' in file mailpoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file mailpoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file mailpoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You currently do not have any MailPoet WP plugin installed or activated.' in file mailpoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file mailpoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose tag:' in file tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No tag' in file tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments "SparkPost-verified email" in file sparkpost.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file sparkpost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Sending through SparkPost only works if your domain name has been set and verified within your SparkPost account. You can use "[email protected]" as verified email to test your application while waiting for your own to be verified.' in file sparkpost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file sparkpost.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file sparkpost.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file sparkpost.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file convertkit.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file convertkit.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file convertkit.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Client ID" in file drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API token" in file drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Client ID' in file google.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Client Secret' in file google.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file google.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file google.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Installation URL" in file arpreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file arpreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "List ID" in file arpreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Write the list ID and press the enter key" in file arpreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file arpreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file arpreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Client ID" in file infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Would you also like to connect to the Transactional Email Service ?' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Campaign Monitor-approved email address' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note:' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sending email through Campaign Monitor will only work if your email address has been verified and you have a paying account.' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn More' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification:' in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you would like to use Transactional emails. You should fill in the Mandrill API Key and Mandrill-approved email address optional fields.' in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mandrill:' in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Mandrill-approved email address" in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Mandrill API key" in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: sending from Mandrill only works if the email you enter has been verified in Mandrill.' in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the form you want to use:' in file forms-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No forms available for this list!' in file forms-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No forms available!' in file forms-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file forms-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Comma-separated lists of tags to assign to a new contact in ActiveCampaign" in file forms-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note:' in file campaignmonitoremail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connecting to Campaign Monitor Email Service will also connect to Campaign Monitor autoresponder.' in file campaignmonitoremail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Campaign Monitor-approved email address' in file campaignmonitoremail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file campaignmonitoremail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file campaignmonitoremail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file campaignmonitoremail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API URL' in file activecampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file activecampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file activecampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file activecampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file hubspot.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file hubspot.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file hubspot.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file madmimi.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Email" in file madmimi.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file madmimi.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file madmimi.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Postmark-approved email address" in file postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: sending from Postmark only works if the email you enter has been verified in Postmark.' in file postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note:' in file sendgridemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connecting to SendGrid Email Service will also connect to SendGrid autoresponders.' in file sendgridemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file sendgridemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file sendgridemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file sendgridemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Site key" in file recaptcha.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Secret key" in file recaptcha.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file recaptcha.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file recaptcha.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Would you also like to connect to the Transactional Email Service ?' in file sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No' in file sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Username" in file klicktipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Password" in file klicktipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file klicktipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file klicktipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file webinarjamstudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New version' in file webinarjamstudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Old version' in file webinarjamstudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments "When you switch between versions, please make sure to update all forms connected to this API." in file webinarjamstudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file webinarjamstudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file webinarjamstudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification:' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mail Relay limits the number of emails sent per minute to 6. All emails sent after this limit will be discarded' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note:' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connecting to Mail Relay Email Service will also connect to Mail Relay autoresponders.' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API URL' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Mailgun-approved domain name" in file mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Sending through Mailgun only works if your domain name has been set and verified within your Mailgun account.' in file mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Email" in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Secret key" in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Access key" in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Email Zone" in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: sending email through SES will only work if your email address has been verified and you are not in sandbox mode.' in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Click the button below to enable Wordpress user accounts integration." in file wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'App ID' in file facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'App Secret' in file facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments "GoToWebinar is connected. The access token expires on:" in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The GoToWebinar access token has expired on:" in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You need to renew the token by providing your GoToWebinar credentials below" in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The GoToWebinar access token will expire in <strong>%s days</strong>. Renew the token by providing your GoToWebinar credentials below" in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Fill in your GoToWebinar username (email) and password below to connect" in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Email" in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Password" in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cycle day:' in file cycleday.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of the cycle day(between 0 and 103)' in file cycleday.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API URL' in file mailrelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file mailrelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Would you also like to connect to the Transactional Email Service ?' in file mailrelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file mailrelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No' in file mailrelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file mailrelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file mailrelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API URL" in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification:' in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The Enterprise URL is only needed if you\'re connecting to an Enterprise GetResponse Account.' in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Enterprise URL" in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version 2' in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version 3' in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the type of Drip integration you would like to use' in file select-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailing List' in file select-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Drip Automation' in file select-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(You can select from having a Mailing List integration or use Drip Automation services which allow you to create actions from events with custom proprieties sent trough the API)' in file select-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the proprieties you would like to attach to the call. You can only use underscores and dashes in the custom field input.' in file proprieties.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Field' in file proprieties.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Field Value' in file proprieties.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Field' in file proprieties.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Field Value' in file proprieties.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove' in file proprieties.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add a new custom field' in file proprieties.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the type of optin you would like for the Drip integration. When choosing single opt-in the confirmation message should be disabled for the list on your GetDrip Account' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Single optin' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Double optin' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Double optin means your subscribers will need to confirm their email address before being added to your list).' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Installation URL" in file sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments "List ID" in file sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Write the list ID and press the enter key" in file sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Would you also like to connect to the Transactional Email Service ?' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Member ID" in file sg-autorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file sg-autorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file sg-autorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file sg-autorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose your grouping:' in file api-groups.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Group' in file api-groups.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose your group:' in file api-groups.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the type of optin you would like for the Mailchimp integration' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Single optin' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Double optin' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Double optin means your subscribers will need to confirm their email address before being added to your list)' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Application ID" in file ontraport.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file ontraport.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file ontraport.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file ontraport.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Key" in file sendreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Secret" in file sendreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file sendreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file sendreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API URL' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Public key' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Secret key' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Authentication Type' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'When using OAuth2 as the Authentication Type you need to reauthorize the connection after a certain amount of time (14 days by default) for more information please read the following' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Knowledge Base Article' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification:' in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you would like to use Autoresponders to subescribe users. You should fill in the Mailchimp API Key optional field.' in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Mandrill-approved email address" in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailchimp:' in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Mailchimp API key" in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Sending from Mandrill only works if the email you enter has been verified in Mandrill.' in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Note: we would prefer displaying the list names instead of IDs here, but unfortunately that isn't possible with Sendy." in file note.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Token' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Token Secret' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Api Key' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Api Secret' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Click the button below to login to your AWeber account and authorize the API Connection." in file aweber.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file aweber.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file aweber.php.Found a translation function that is missing a text-domain. Function __, with the arguments "There has been an error while communicating with AWeber API. Below are the error details:" in file aweber.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "To get an API Key you have to follow these steps:" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Register a new account %s" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "here" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Log in and create a new Application for which the API key will be automatically be generated." in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Copy+Paste the API Key into the field" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Get Token" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API token" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "To get an API Token you have to follow these steps:" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "After you have completed the steps for getting an API Key you have to click the Get Token Button" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Follow the steps until you receive the token string" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Copy+Paste the token string into the field and click the Connect to Constant Contact button" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please enter the API Key in order to get the token !" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Comma-separated lists of tags to assign to a new contact in Aweber" in file tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Sending email through Sendinblue only works if the SMTP feature is activated for your account.' in file sendinblueemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file sendinblueemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note:' in file sendinblueemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connecting to Sendinblue Email Service will also connect to Sendinblue autoresponders.' in file sendinblueemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file sendinblueemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file sendinblueemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file sendinblueemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file mailerlite.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file mailerlite.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file mailerlite.php.Found a translation function that is missing a text-domain. Function __, with the arguments "iContact username" in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Application ID" in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Application password" in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Active Connections" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Back To Dashboard" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View Error Logs" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Test" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Edit" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Delete" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add new Connection" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "- Select an app -" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add new Connection" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The connection didn't work." in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Error message:" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Retry" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connection Ready!" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You can now connect your opt-in forms to " in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "See how it's done." in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Done" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The connection failed." in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Edit settings" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Are you sure you want to delete this connection?" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Yes, delete" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "No, keep it" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML extension." in file Infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a subdomain and API key for your Infusionsoft application.' in file Infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone Number' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Confirm Password' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Field Number' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Field Properties" in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Field Label / Description" in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Validation" in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Required Field" in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Icon' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add icon' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "None" in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone number' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Dashboard' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Script Manager' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Landing Pages Script' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Landing Pages Script' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error while adding a script!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Script edited successfully.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error while editing a script!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error while deleting a script!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page-level scripts were deleted successfully.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error while deleting page-level scripts!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No scripts added in this area' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add & edit scripts on your website.' in file class-tvd-sm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manage Scripts' in file class-tvd-sm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Landing Pages Analytics & Scripts' in file class-tvd-sm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Landing Pages Analytics & Scripts' in file class-tvd-sm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Couldn't add/update the 'order' field in the database." in file class-tvd-sm-rest-scripts-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Couldn't add/update the fields in the database." in file class-tvd-sm-rest-scripts-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Couldn't delete the field from the database." in file class-tvd-sm-rest-scripts-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'System Info' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'System Info' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive License Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'License Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive General Settings' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General Settings' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive UI toolkit' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive UI toolkit' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Font Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Font Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Font Import Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Font Import Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Icon Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Icon Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Unknown error" in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Deleting...' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Testing...' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Loading...' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection works!' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection failed!' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unlimited' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Individual product' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Full membership' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Dashboard' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification Manager' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lead Groups' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'lead groups' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'lead group' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'group' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Shortcodes' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'shortcode' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'shortcodes' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ThriveBoxes' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'thrive boxes' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'thrive box' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No %s to display' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No %s found' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'In order to proceed to next step at least one option should be selected.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Script Settings' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Insert recipient's email" in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid email' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email duplicated' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Field already exists' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subject empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Message empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No recipient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid recipient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide available shortcodes' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show available shortcodes' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid URL' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No notification created yet' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Others' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Success Delete' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error Delete' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Action saved' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please select an action' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A/B Tests' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Trigger saved' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connected' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Action failed' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection established' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'For the moment you have no Email Delivery Connection established. Click the Add New button to set one.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your existing connections:' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'active' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'inactive' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new lead has been added!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A split test recently ended. [link]Click here to see the results[/link]' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A Thrive Ovation endorsement has been submitted. [link]Click here to see the testimonial[/link]' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new quiz completion was registered. [link]Click here to see the Quiz[/link]' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Action' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No quizzes.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send Email Notification' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Call a Custom Script' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WordPress Notification' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays the name of your opt-in offer' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays the email address of the new lead' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hyperlink that links to the lead reporting screen.' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hyperlink that links to the A/B test screen' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hyperlink that links to the A/B test screen' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays the testimonial details.' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hyperlink that links to the testimonial page.' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays quiz details.' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hyperlink that links to Quiz Dashboard.' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Quiz Details' in file class-nm-action-send-email-notification.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User Details' in file class-nm-action-send-email-notification.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'unknown' in file class-nm-action-send-email-notification.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'unknown' in file class-nm-action-custom-script.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid request' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Method %s not implemented' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification could not be saved' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid parameters in delete' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification could not be deleted' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Action could not be saved' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid parameters in delete' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Action could not be deleted' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Trigger could not be saved' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection OK' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid parameter type' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Receive notifications when certain events occur on your site' in file class-td-nm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Manage Notifications" in file class-td-nm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification Manager' in file class-td-nm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification Manager' in file class-td-nm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'connected' in file class-td-nm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unset' in file class-td-nm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'updates' in file util.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s requires at least WordPress version %s. Your WordPress version is %s. Update WordPress by visiting the %s page' in file util.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New IcoMoon Font Pack installed. ' in file Tve_Dash_Thrive_Icon_Manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'IcoMoon Font Pack has been removed. ' in file Tve_Dash_Thrive_Icon_Manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your Custom Icons" in file icons.php.Found a translation function that is missing a text-domain. Function __, with the arguments "These icons are available for use on your site:" in file icons.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Thrive Icon Manager" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Thrive Themes / Content Builder integrate with IcoMoon. Here's how it works:" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "%s to go to the IcoMoon web app and select the icons you want to use in your site" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Click here" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Download the font file from IcoMoon to your computer" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload the font file through the upload button below" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your icons will be available for use!" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Import Icons" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You don't have any icons yet, use the Upload button to import a custom icon pack." in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your custom icon pack has been loaded. To modify your icon pack, simply upload a new file." in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Back To Dashboard" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload Icon Pack" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Remove" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save options" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save and Generate Icons" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Custom Font Manager" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "By default, Thrive Themes integrates with Google Fonts. This allows you to choose from 600+ fonts for use in your content. However, you can also use the blue import font button below to import your own fonts files using a service called Font Squirrel" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Import custom font manager" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Font name" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Size" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Color" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "CSS Class Name" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Actions" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'white' in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Edit" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Duplicate" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Delete" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Back To Dashboard" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add Custom Font" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Update Posts" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Show all fonts" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Recommended Fonts Only" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Web Safe Fonts" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Imported Fonts" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View All Google Font Previews" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "- Select Font -" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Class" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Size" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Line Height" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Color" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Custom CSS" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook ID that will be used in our apps.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Admins that will moderate the comments' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your forum name is part of the address that you login to "http://xxxxxxxx.disqus.com" - the xxxxxxx is your shortname. For example, with this URL: https://hairfreelife.disqus.com/ the shortname is "hairfreelife' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API Connections" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect to your email marketing system, reCaptcha, email delivery services & more." in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Manage Connections" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Custom Fonts" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add & edit Google Fonts and other custom fonts to use in your Thrive products." in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Manage Fonts" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Retina Icons" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add & edit fully scalable icons with our font icon manager." in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Manage Icons" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "General Settings" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Shared settings between multiple themes and plugins." in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Manage Settings" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Email" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Name" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Phone" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display "Powered by Thrive Apprentice"' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display "Powered by Thrive Comments"' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display "Powered by Thrive Themes"' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display "Powered by Thrive Quiz Builder"' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Font pack saved !" in file Tve_Dash_Font_Import_Manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Font pack removed" in file Tve_Dash_Font_Import_Manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "No template found for %s" in file Tve_Dash_Font_Import_Manager_View.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Font Import Manager" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Thrive Themes integrates with %s so that you can upload your own font files for use in your web site." in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Follow these steps to import custom fonts into your site:" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Download one or more fonts from one of the many font libraries on the web. These files should be ttf or otf format. One such font library is: %s" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Once downloaded to your computer, you can then upload each font to the Font Squirrel generator tool here: %s" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Once all your font files are uploaded, you can download the .zip file that is produced to your computer" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload this file to your site using the "Upload" button below and then click the "Save and Generate Fonts" button' in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Once generated, your fonts will immediately become accessible from the font manager" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Import Fonts" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your Custom Fonts" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Name" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Preview" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "No custom fonts added" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Return to Font Manager" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload Fonts" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Remove" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save options" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save and Generate Fonts" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error while updating the database tables%s. Detailed error message: %s. If you continue seeing this message, please contact %s' in file class-td-db-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Themes Support' in file class-td-db-manager.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments "You can only have one highlighted menu item for each menu and you can change the colour in the '<a href='", >theme customizer</a>, "thrive" in file custom-menu-walker.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Up one' in file custom-menu-walker.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Down one' in file custom-menu-walker.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'To the top' in file custom-menu-walker.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Bottom Focus Area" in file admin-post-options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Custom CSS" in file admin-post-options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Custom CSS, 'thrive" in file admin-page-options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Quote" in file admin-post-format-options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Author" in file admin-post-format-options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "File url" in file admin-post-format-options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Select" in file admin-post-format-options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Autoplay" in file admin-post-format-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Display Breadcrumbs" in file labels.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thumbnail' in file gallery-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Medium' in file gallery-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Large' in file gallery-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Full Size' in file gallery-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file theme-customize.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file theme-customize.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Full-Width' in file theme-customize.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Centered' in file theme-customize.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload" in file theme-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Remove" in file theme-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Optimization in progress. Previous optimized file: " in file image-resize.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Optimization finalized successfully." in file image-resize.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload" in file theme-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Remove" in file theme-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload" in file theme-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Remove" in file theme-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload" in file theme-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Remove" in file theme-options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Quote" in file admin-appr-lesson-options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Author" in file admin-appr-lesson-options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "File url" in file admin-appr-lesson-options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Select" in file admin-appr-lesson-options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Autoplay" in file admin-appr-lesson-options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "here" in file post-select-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Select a parent category" in file post-select-category.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload" in file theme-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Remove" in file theme-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload" in file theme-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Remove" in file theme-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apprentice Lessons' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apprentice Lesson' in file functions.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Add New', lesson, 'thrive' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apprentice Pages' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apprentice Page' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Focus Areas' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'FocusArea' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Opt-In' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OptIn' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Continue reading" in file theme-options.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are thrive, thrive-cb, >here</a>., customize.php, >theme customizer</a>, &lt;script src=\/path/to/file/script.js\>&lt;/script>, . <a href=\http://thrivethemes.com/tkb_item/load-scriptscustom-css-individual-postspages-thrive-themes/\> Read more about custom scripts here</a>., <span class=tooltips title=, woocommerce, lesson.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  6. Unwanted files : Windows thumbnail storethumbs.db was found.
  7. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file style.css.
  8. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  9. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  10. Fundamental theme elements : Presence of post_class()Could not find post_class.
  11. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  12. I18N implementation : Proper use of ___all(Possible variable $this found in translation function in Facebook.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in Facebook.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in Facebook.php. Translation function calls should not contain PHP variables. Possible variable $filename found in translation function in image-resize.php. Translation function calls should not contain PHP variables.
  13. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  14. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  15. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  16. Date and time implementation : Use of the_time()At least one hard coded date was found in the file functions.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file functions.php. Function get_option( 'date_format' ) should be used instead.
  17. Screenshot : Screenshot fileScreenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file sparkpost.php.25: <a href='https://support.sparkpost.com/customer/portal/articles/1933360-verify-sendiPossible hard-coded links were found in the file mailchimp.php.35: <a href='https://mandrillapp.com/settings/sending-domains' target='_blank'><?php echPossible hard-coded links were found in the file postmark.php.26: <a href='http://developer.postmarkapp.com/' target='_blank'><?php echo __( 'Learn moPossible hard-coded links were found in the file mailgun.php.24: <a href='https://help.mailgun.com/hc/en-us/articles/202052074-How-do-I-verify-my-domPossible hard-coded links were found in the file awsses.php.37: <a href='https://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-acPossible hard-coded links were found in the file mautic.php.30: <p><?php echo __( 'When using OAuth2 as the Authentication Type you need to reauthorize the connection after a certain amount of time (14 days by default) for more information please read the following', TVE_DASH_TRANSLATE_DOMAIN ) ?> <a href='https://thrivethemes.com/tkb_item/how-to-correctly-use-the-oauth2-authenticPossible hard-coded links were found in the file mandrill.php.35: <a href='https://mandrillapp.com/settings/sending-domains' target='_blank'><?php echPossible hard-coded links were found in the file sendinblueemail.php.9: <a href='https://resources.sendinblue.com/en/francais-mon-compte-sendinblue-smtp-nesPossible hard-coded links were found in the file Messages.php.170: * Search recently sent messages and optionally narrow by date range, tags, senders, and API keys. If no date range is specified, results within the last 7 days are returned. This method may be called up to 20 times per minute. If you need the data more often, you can use <a href='/api/docs/messages.html#method=info'>/messages/info.json</a> to get the information for a single message, or <a href='http://help.mandrill.com/entries/21738186-Introduction-to-Webhooks'>webhook172: * @param string $query <a href='http://help.mandrill.com/entries/22211902'>search terms</a> to find matchinPossible hard-coded links were found in the file Ecomm.php.10: * <a href='http://connect.mailchimp.com/category/ecommerce' target='_blank'>provided bPossible hard-coded links were found in the file Vip.php.21: * - member_rating int the rating of the subscriber. This will be 1 - 5 as described <a href='http://eepurl.com/f-2P' target='_blank'>here</a>108: * - member_rating int the rating of the subscriber. This will be 1 - 5 as described <a href='http://eepurl.com/f-2P' target='_blank'>here</a>21: * - member_rating int the rating of the subscriber. This will be 1 - 5 as described <a href='http://eepurl.com/f-2P' target='_blank'>here</a>108: * - member_rating int the rating of the subscriber. This will be 1 - 5 as described <a href='http://eepurl.com/f-2P' target='_blank'>here</a>Possible hard-coded links were found in the file Lists.php.117: * Retrieve the clients that the list's subscribers have been tagged as being used based on user agents seen. Made possible by <a href='http://user-agent-string.info' target='_blank'>user-agent-string.info</a>369: * - member_rating int the rating of the subscriber. This will be 1 - 5 as described <a href='http://eepurl.com/f-2P' target='_blank'>here</a>381: * - is_gmonkey bool Whether the member is a <a href='http://mailchimp.com/features/golden-monkeys/' target='_blank'>Golden Monke450: * - defaultcountry string optional the <a href='http://www.iso.org/iso/english_country_names_and_code_elements' target='_bl825: * - optin_time string Set the Opt-in Time field. <em>Abusing this may cause your account to be suspended.</em> We do validate this and it must be a valid date. Use - 24 hour format in <strong>GMT</strong>, eg '2013-12-30 20:30:00' to be safe. Generally, though, anything strtotime() understands we'll understand - <a href='http://us2.php.net/strtotime' target='_blank'>http://us2.php.net/strtotime<996: * - beamer_address string The email address to use for this list's <a href='http://kb.mailchimp.com/article/how-do-i-import-a-campaign-via-email-email-997: * - visibility string Whether this list is Public (pub) or Private (prv). Used internally for projects like <a href='http://blog.mailchimp.com/introducing-wavelength/' target='_blank'>WavelengPossible hard-coded links were found in the file Campaigns.php.58: * - fb_comments boolean optional If true, the Facebook comments (and thus the <a href='http://kb.mailchimp.com/article/i-dont-want-an-archiave-of-my-campaign-can-60: * - ecomm360 boolean optional If set, our <a href='http://www.mailchimp.com/blog/ecommerce-tracking-plugin/' target='_blank'>EPossible hard-coded links were found in the file Reports.php.224: * and/or get incremental results, you should use the <a href='http://apidocs.mailchimp.com/export/1.0/campaignsubscriberactivity.func.php397: * Get the URL to a customized <a href='http://eepurl.com/gKmL' target='_blank'>VIP Report</a> for the specified caPossible hard-coded links were found in the file Templates.php.118: * - html string a string specifying the entire template to be created. This is <strong>NOT</strong> campaign content. They are intended to utilize our <a href='http://www.mailchimp.com/resources/email-template-language/' target='_blankPossible hard-coded links were found in the file admin-font-manager.php.8: <a href='https://thrivethemes.com/tkb_item/how-to-use-the-font-import-manager/' targPossible hard-coded links were found in the file post-select-category.php.3: <a href='admin.php?page=thrive_admin_page_appr_contents'><?php _e( 'here' ); ?></a>Possible hard-coded links were found in the file theme-options.php.167: //$footerCopyrightLinks = 'Designed by <a href='http://www.thrivethemes.com' target='_blank' >Thrive Themes</a>|Powered by Possible hard-coded links were found in the file thrive-category-landing-pages.php.5: Plugin URI: http://www.thrivethemes.com7: Author: <a href='http://www.thrivethemes.com'>Thrive Themes</a>
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  7. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  8. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  9. Use of includes : Use of include or requireThe theme appears to use include or require : thrive-dashboard.php 36: require_once( TVE_DASH_PATH . '/inc/icon-manager/classes/Tve_Dash_Thrive_Ic If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : LogsTable.php 10: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : api_log.php 9: require_once( dirname( __FILE__ ) . '/admin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : Client.php 12: require 'api_keys.php';13: require 'asm_groups.php';14: require 'asm_suppressions.php';15: require 'global_stats.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : Facebook.php 29: require_once 'Facebook/Exception/Exception.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-tvd-sm.php 29: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );59: require_once( 'class-tvd-sm-constants.php' );60: require_once( 'includes/admin/classes/class-tvd-sm-admin.php' );61: require_once( 'includes/frontend/classes/class-tvd-sm-frontend.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-tvd-sm-admin.php 25: include_once 'class-tvd-sm-rest-scripts-controller.php';26: include_once 'class-tvd-sm-admin-helper.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : dashboard.php 1: <?php include( TVD_SM_Constants::path( 'includes/admin/views/templates' ) . '/hea If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : plugin-update-checker.php 270: require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : hooks.php 21: require_once( TVE_DASH_PATH . '/inc/font-import-manager/classes/Tve_Dash_Fo22: require_once( TVE_DASH_PATH . '/inc/font-manager/font-manager.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-td-nm.php 65: include_once( 'includes/class-td-nm-ajax.php' ); //ajax manager for all aja66: include_once( 'includes/td-nm-core-functions.php' ); //functions file67: include_once( 'includes/class-td-nm-data.php' ); //data manager for custom 68: include_once( 'includes/class-td-nm-post-types.php' ); //register post type69: include_once( 'includes/actions/class-nm-action-abstract.php' );70: include_once( 'includes/actions/class-nm-action-custom-script.php' );71: include_once( 'includes/actions/class-nm-action-send-email-notification.php72: include_once( 'includes/actions/class-nm-action-wordpress-notification.php'73: include_once( 'includes/triggers/class-nm-trigger-factory.php' );74: include_once( 'includes/triggers/class-nm-trigger-abstract.php' );75: include_once( 'includes/triggers/class-nm-trigger-email-sign-up.php' );76: include_once( 'includes/triggers/class-nm-trigger-split-test-ends.php' );77: include_once( 'includes/triggers/class-nm-trigger-testimonial-submitted.php78: include_once( 'includes/triggers/class-nm-trigger-quiz-completion.php' );79: include_once( 'includes/class-td-nm-checker.php' );82: include_once( 'includes/admin/class-td-nm-admin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : td-nm-core-functions.php 12: include( 'td-nm-data-functions.php' ); //data functions If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : td-nm-data-functions.php 96: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : font-manager.php 6: include 'views/admin-font-options.php';112: include 'views/admin-font-manager.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-page-templates.php 18: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-theme-options.php 75: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-customizer-controls.php 17: <?php include 'admin-customizer-font-manager.php'; ?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : views.php 197: include_once( $plugin_file_path ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : helpers.php 793: require_once( ABSPATH . 'wp-admin/includes/image.php' );824: require_once( ABSPATH . 'wp-admin/includes/image.php' );985: include_once( $plugin_file_path ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : page-templates.php 23: require( get_template_directory() . '/inc/helpers/helper-tpls.php' );37: require( get_template_directory() . '/inc/templates/admin-page-templates.ph52: require( get_template_directory() . '/inc/templates/admin-page-templates.ph55: require( get_template_directory() . '/inc/helpers/helper-tpls.php' );85: require( get_template_directory() . '/inc/templates/admin-page-templates.ph246: require( get_template_directory() . '/inc/templates/admin-page-templates.ph If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : init.php 21: $version = require_once( $_dash_file_path );42: include_once 'Theme_Product.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-shortcodes.php 257: require( $req_path ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : theme-customize.php 14: require_once( 'templates/admin-customizer-controls.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : meta-options.php 25: require( get_template_directory() . '/inc/templates/admin-post-format-optio If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : woocommerce.php 157: <?php require_once( 'templates/woocommerce-navbar-mini-cart.php' ); ?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : theme-options.php 312: require( get_template_directory() . '/inc/templates/admin-theme-options.php If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : thrive-image-optimization.php 124: require_once 'libs/ThriveOptimize.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-appr-contents.php 61: require 'admin-lessons-list.php';71: require 'admin-lessons-list.php';82: require 'admin-lessons-list.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : meta-options.php 42: require( get_template_directory() . '/inc/apprentice/templates/post-select-104: require( get_template_directory() . '/inc/apprentice/templates/admin-appr-l If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : init.php 3: require( get_template_directory() . '/inc/configs/constants.php' );4: require( get_template_directory() . '/inc/image-resize.php' );30: require( get_template_directory() . '/inc/helpers/labels.php' );31: require( get_template_directory() . '/inc/page-templates.php' );32: require( get_template_directory() . '/inc/meta-options.php' );33: require( get_template_directory() . '/inc/widgets/widget-author.php' );34: require( get_template_directory() . '/inc/widgets/widget-follow.php' );35: require( get_template_directory() . '/inc/widgets/widget-optin.php' );36: require( get_template_directory() . '/inc/widgets/widget-call.php' );37: require( get_template_directory() . '/inc/widgets/widget-tabs.php' );38: require( get_template_directory() . '/inc/widgets/widget-custom-text.php' )39: require( get_template_directory() . '/inc/widgets/widget-custom-phone.php' 40: require( get_template_directory() . '/inc/widgets/widget-related.php' );41: require( get_template_directory() . '/inc/shortcodes/admin-shortcodes.php' 43: require( get_template_directory() . '/inc/extra/theme-options.php' );45: require( get_template_directory() . '/inc/helpers/users-autocomplete.php' )47: require( get_template_directory() . '/inc/thrive-category-landing-pages.php50: require( get_template_directory() . '/inc/helpers/related-posts.php' );54: include( get_template_directory() . '/inc/woocommerce.php' );65: require( get_template_directory() . '/inc/apprentice/functions.php' );249: require( get_template_directory() . '/inc/helpers/helpers.php' );417: require( get_template_directory() . '/inc/theme-customize.php' );677: include( 'license.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : meta-options.php 2: require_once 'extra/meta-options.php';71: require( get_template_directory() . '/inc/templates/admin-post-options.php'115: require( get_template_directory() . '/inc/templates/admin-page-options.php'168: require( get_template_directory() . '/inc/templates/admin-focus-area.php' )192: require( get_template_directory() . '/inc/templates/admin-optin-options.php218: require( get_template_directory() . '/inc/templates/admin-focus-area-displa If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes