0
Validation results

FocusBlog

FocusBlog

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEfocusblog-v1.501[www.freegpl.com].zip
  • FILE SIZE9371952 bytes
  • MD5e8df78331851677a324e54ccfccd5fa3
  • SHA1206c71cfb73ad2d0178cd6780e64afbb303e6b4d
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images
  • THEME URIhttps://thrivethemes.com/
  • VERSION1.501
  • AUTHOR URI
  • TAGSblog, thrive, lead capture
  • CREATION DATE2020-09-19
  • LAST FILE UPDATE2020-09-19
  • LAST VALIDATION2020-09-19 06:13
  • OTHER VERSIONS

    1.414 : 0%

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. 265: $pass = base64_decode( $ttw_data->pass );Found base64_decode in file GetResponse.php. 259: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) || ! is_array( $mapped_data ) ) {263: $form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file AWeber.php. 480: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {484: $mapped_form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file Email.php. 299: $mapping = unserialize( base64_decode( $args['tve_mapping'] ) );337: $labels = ! empty( $args['tve_labels'] ) ? unserialize( base64_decode( $args['tve_labels'] ) ) : array();Found base64_decode in file Sendinblue.php. 358: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {362: $form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file Drip.php. 440: $serialized = base64_decode( $arguments['tve_mapping'] );Found base64_decode in file ActiveCampaign.php. 438: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {442: $form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file MailerLite.php. 284: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {288: $form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file ConvertKit.php. 283: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {287: $form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file CampaignMonitor.php. 374: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {378: $form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file Infusionsoft.php. 613: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {617: $mapped_form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file Zoho.php. 280: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {284: $form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file Mailchimp.php. 315: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {319: $mapped_form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file Manager.php. 348: $string = @base64_decode( $string );Found base64_decode in file Base.php. 1282: return base64_decode( strtr( $input, '-_', '+/' ) );Found base64_decode in file TdJwt.php. 212: 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 );Found base64_decode in file functions.php. 850: if ( base64_encode( base64_decode( $data, true ) ) === $data ) {
  4. Security breaches : Use of base64_encode() Found base64_encode in file AjaxController.php.
     'Authorization' => base64_encode( $this->_ttw_auth_endpoint_salt ),
     'Authorization' => base64_encode( get_option( $this->_temp_key_option, '' ) ),
     'Authorization' => base64_encode( $this->_ttw_auth_endpoint_salt ),
    Found base64_encode in file GoToWebinar.php.
     return new Thrive_Dash_Api_GoToWebinar( base64_encode( $this->_consumer_key . ':' . $this->_consumer_secret ), $acc
    Found base64_encode in file GoToWebinar.php.
     $settings['auth_key'] = base64_encode( $this->_consumer_key . ':' . $this->_consumer_secret );
    Found base64_encode in file Manager.php.
     return base64_encode( serialize( $connections ) );
    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 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
    Found base64_encode in file TdJwt.php.
     return str_replace( '=', '', strtr( base64_encode( $input ), '+/', '-_' ) );
    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 Twitter.php.
     $oauth_signature          = base64_encode( hash_hmac( 'sha1', $base_info, $composite_key, true ) );
    Found base64_encode in file Service.php.
     '\r\n' . base64_encode( $contents ) . '\r\n' .
    Found base64_encode in file CampaignMonitor.php.
     'Authorization' => 'Basic ' . base64_encode( $this->api_key . ':' ),
    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 SimpleEmailServiceRequest.php.
     return base64_encode( hash_hmac( 'sha256', $string, $this->ses->getSecretKey(), tr
    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 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 TransactionalEmails.php.
     $data['body'] = base64_encode($data['body']);
     $data['plain_text'] = base64_encode($data['plain_text']);
    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 Application.php.
     return base64_encode( hash_hmac( 'sha1', $sigBase, $sigKey, true ) );
    Found base64_encode in file functions.php.
     if ( base64_encode( base64_decode( $data, true ) ) === $data ) {
  5. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe id='" . $rand_id . "' src='" . $src_url . "' height='" . $video_height . "' width='" . $width . "' frameborder='0' webkitallowfullscreen mozallowfullscreen allowfullscreen> in file admin-shortcodes.php. 403: $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=" . _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. 1329: $output .= '<script type='text/javascript'>jQuery(function() { jQuery('#bubble-' . $randId . '').append(\'<iframe style='height:70px !important;' src='//www.facebook.com/plugins/likFound <iframe style='height:70px !important;' src='//www.facebook.com/plugins/likebox.php?href=<?php echo $fbUrl; ?> in file widget-follow.php. 481: jQuery( '#container-follow-facebook<?php echo $randId; ?>' ).append( '<iframe style='height:70px !important;' src='//www.facebook.com/plugins/likFound <iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="' . $url . '"> in file class-tvd-smart-db.php. 470: $data = '<iframe frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src
  6. Malware : Operations on file system file_get_contents was found in the file thrive-image-optimization.php 166: $response = json_decode( file_get_contents( 'php://input' ), true );204: $temp_content = file_get_contents( $file_path );file_get_contents was found in the file thrive-image-optimization.php 166: $response = json_decode( file_get_contents( 'php://input' ), true );204: $temp_content = file_get_contents( $file_path );file_put_contents was found in the file thrive-image-optimization.php 209: $new_size = file_put_contents( $file_path, $image_string );212: if ( file_put_contents( $file_path, $temp_content ) ) {file_put_contents was found in the file thrive-image-optimization.php 209: $new_size = file_put_contents( $file_path, $image_string );212: if ( file_put_contents( $file_path, $temp_content ) ) {file_put_contents was found in the file helpers.php 774: file_put_contents( $file, $image_data['body'] );file_get_contents was found in the file helpers.php 893: if(@file_get_contents($qUrl)){894: $company_info = @file_get_contents($qUrl);file_get_contents was found in the file helpers.php 893: if(@file_get_contents($qUrl)){894: $company_info = @file_get_contents($qUrl);file_get_contents was found in the file class-td-ni-ajax-controller.php 63: $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_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' );fopen was found in the file RestClient.php 155: $postBody->addFile( new PostFile( $fieldName, fopen( $filePath, 'r' ), $filename ) );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 );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 Mandrill.php 112: $apikey = trim( file_get_contents( $path ) );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 );
  7. Malware : Network operations 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 );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 SimpleEmailServiceRequest.php 112: // $curl = curl_init();curl_exec was found in the file SimpleEmailServiceRequest.php 147: // if (curl_exec($curl)) {
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File 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', 'tFile hooks.php : 36: add_menu_page(File hooks.php : 46: add_submenu_page(56: add_submenu_page(133: add_submenu_page( $menus[ $menu_short ]['parent_slug'], $menus[ $menu_shortFile hooks.php : 46: add_submenu_page(56: add_submenu_page(133: add_submenu_page( $menus[ $menu_short ]['parent_slug'], $menus[ $menu_shortFile hooks.php : 46: add_submenu_page(56: add_submenu_page(133: add_submenu_page( $menus[ $menu_short ]['parent_slug'], $menus[ $menu_shortFile admin.php : 61: add_submenu_page( null, __( 'API Connections', TVE_DASH_TRANSLATE_DOMAIN ),62: add_submenu_page( null, __( 'API Connections Error Log', TVE_DASH_TRANSLATEFile admin.php : 61: add_submenu_page( null, __( 'API Connections', TVE_DASH_TRANSLATE_DOMAIN ),62: add_submenu_page( null, __( 'API Connections Error Log', TVE_DASH_TRANSLATEFile class-tvd-sm-admin.php : 103: add_submenu_page( null, __( 'Landing Pages Analytics & Scripts', TVE_DASH_TFile class-td-nm-admin.php : 163: add_submenu_page( null, __( 'Notification Manager', TVE_DASH_TRANSLATE_DOMAFile class-tvd-smart-site.php : 165: add_submenu_page( null, __( 'Smart Site', TVE_DASH_TRANSLATE_DOMAIN ), __(
  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 functions.php. get_template_directory() should be used instead. 715: include TEMPLATEPATH . '/' . $template_page_name;751: include TEMPLATEPATH . '/' . $template_page_name;817: $single_template = TEMPLATEPATH . '/appr/appr-lesson.php';820: $single_template = TEMPLATEPATH . '/appr/appr-lesson.php';827: $single_template = TEMPLATEPATH . '/appr/appr-full-width.php';830: $single_template = TEMPLATEPATH . '/appr/appr-narrow.php';833: $single_template = TEMPLATEPATH . '/appr/appr-landing-page.php';846: $tax_template = TEMPLATEPATH . '/appr/taxonomy-apprentice.php';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 init.php. get_template_directory() should be used instead. 492: include TEMPLATEPATH . '/' . $template_page_name;497: include TEMPLATEPATH . '/fullwidth-page.php';500: include TEMPLATEPATH . '/narrow-page.php';533: return TEMPLATEPATH . '/' . $template_page_name;537: return TEMPLATEPATH . '/fullwidth-page.php';539: return 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.php. Use get_template_directory_uri() instead.71: $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.195: 'privacy_tpl_website' => get_bloginfo( 'url' ),get_bloginfo( 'template_url' ) was found in the file header.php. Use get_template_directory_uri() instead.74: $header_style = 'background-image:url(' . get_bloginfo( 'template_url' ) . '/images/patterns/' . $header_pattern . '.get_bloginfo( 'template_url' ) was found in the file header-landing.php. Use get_template_directory_uri() instead.68: $header_style = 'background-image:url(' . get_bloginfo( 'template_url' ) . '/images/patterns/' . get_theme_mod( 'thri
  13. Deprecated functions : get_option get_option( 'home' ) was found in the file breadcrumbs.php. Use home_url() instead.40: $homepage_url = empty( $homepage_id ) ? get_option( 'home' ) : get_page_link( $homepage_id );56: $root = thrive_create_breadcrumb_item( $index, $home . $separator, get_option( 'home' ), 'home' );get_option( 'home' ) was found in the file functions.php. Use home_url() instead.430: echo '<li><a 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. 188: 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 "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 _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 '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 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 __, with the arguments 'Display or hide the breadcrumb navigation on this post/page. <a href=\'http://thrivethemes.com/tkb_item/turn-onoff-breadcrumbs-individual-posts-pages-thrive-themes/\'>Read more about breadcrumbs</a>.' in file admin-post-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose which Focus Area you want to display in the \'top\' region of your site. <a href=\'http://thrivethemes.com/tkb_item/create-and-edit-focus-areas/\'> Read more about Focus Areas</a>.' in file admin-post-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose which Focus Area you want to display in the \'bottom\' region of your site. <a href=\'http://thrivethemes.com/tkb_item/create-and-edit-focus-areas/\'> Read more about Focus Areas</a>.' in file admin-post-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose which Focus Area you want to display in the \'top\' region of your site. <a href=\'http://thrivethemes.com/tkb_item/create-and-edit-focus-areas/\'> Read more about Focus Areas</a>.' in file admin-page-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose which Focus Area you want to display in the \'bottom\' region of your site. <a href=\'http://thrivethemes.com/tkb_item/create-and-edit-focus-areas/\'> Read more about Focus Areas</a>.' in file admin-page-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add any custom CSS that you want to be applied to this post / page. You should add your CSS code directly into the textarea.<br/><br/>Example:- <br/>h1 {<br/> color:#ff0000<br/>}<br/><br/><a href=\'http://thrivethemes.com/tkb_item/load-scriptscustom-css-individual-postspages-thrive-themes/\'>Read more about custom scripts here</a>.' in file admin-page-options.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 '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 'You do not have this capability' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This role does not exist anymore' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not allowed to remove this capability!' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Changing capability failed' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Provided API Key is wrong' in file class-td-rest-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Hook URL' in file class-td-rest-hook-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not unsubscribe the webhook' in file class-td-rest-hook-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Dashboard' in file access-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Manager' in file access-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Manager' in file access-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Products' in file access-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file access-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Back To Dashboard" in file access-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notifications' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Load more 10' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There are no notifications' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No more notifications' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your GoToWebinar Connection will Expire' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have one Month to Update your GoToWebinar Connection' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Urgent: Your GoToWebinar forms will stop working' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your GoToWebinar Connection will Expire!' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Important Note:' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GoToWebinar are no longer supporting this type of connection. You have until October 1st 2019 to connect trough the new api. <a href="https://thrivethemes.com/tkb_item/how-to-upgrade-gotowebinar-and-what-does-this-upgrade-involve/" target="_blank">Learn more about this</a><br /><br /> <a class="tvd-api-edit tvd-inbox-btn">Connect to new API</a>' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Ontraport connection has been updated in order for it to work with the latest Ontraport release.' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'We have updated the API connection you have previously made between Ontraport and your Thrive product(s), in order to make sure it works with the latest Ontraport release.<br /><br /> Due to these changes, now, whenever you connect a "Lead Generation" element to Ontraport, you can choose between sequences and campaigns you have previously added in Ontraport. <br /> This way, your users will be able to subscribe to these when using the "Lead Generation" element.<br /> For more information about the Ontraport release, please visit their website <a href="https://ontraport.com/service-status" target="_blank">here</a> .<br/><br/> We highly recommend that you sign up through one of your opt-in forms to make sure that everything is working as expected.' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Urgent: Your WebinarJam forms will stop working' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The 3.0 Version of the WebinarJam platform is closing on March 31st. On this date, the systems will be wiped and any replays or information you have will be permanently deleted.<br /><br /> This is why it is crucial for you to migrate all your content to the 4.0 Version before then. It is critical that you go to your WebinarJam account today and upgrade to the new version. This way, you will give yourself ample time to move your content over. <br /><br /> After upgrading your WebinarJam account, please make sure to delete and re-add the WebinarJam connection, within your Thrive Dashboard, using the v4 option. Then, you will have to update the connection for all forms on your website that you have previously connected to WebinarJam. <br/>' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid request' in file class-td-ni-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-ni-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing parameter [notification_id] in ajax request' in file class-td-ni-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An error ocurred on updating notification' in file class-td-ni-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid request' in file class-td-ni-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' message must be array ' in file class-ni-message.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' title can not be empty.. ' in file class-ni-message.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' required message_id on updating notification status. ' in file class-ni-inbox-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' must be instanceof TD_Inbox_Message. ' in file class-ni-inbox-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file class-ni-inbox-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' message must be instanceof TD_Inbox_Message. ' in file class-ni-inbox-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file class-ni-inbox-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not push_notification with empty arguments' in file class-ni-inbox-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' $msg_id can\'t be empty.' in file class-ni-inbox-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Manager' 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 '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 'You are not allowed to remove this capability!' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Capability changed successfully' 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 'Manage plugins' in file hooks.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 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 "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 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 "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 '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 '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 '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 '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 'Could not update custom fields' in file AWeber.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid EverWebinar key' in file EverWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to EverWebinar using the provided key (<strong>%s</strong>)' in file EverWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'EverWebinar connected successfully' in file EverWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error sending your message, please make sure your Zap is activated or contact support.' in file Zapier.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 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 '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 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 '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 'GoToWebinar connected successfully' 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 'Your GoToWebinar Connection has been Updated!' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Good job - you’ve just upgraded your GoToWebinar connection to 2.0. <br /><br /> You don’t need to make any changes to your existing forms - they will carry on working as before. <br /><br /> However, we highly recommend that you sign up through one of your webinar forms to make sure that everything is working as expected.<br /><br /> If you experience any issues, let our <a href="https://thrivethemes.com/forums/forum/general-discussion/" target="_blank">support team</a> know and we’ll get to the bottom of this for you. <br /><br /> From your team at Thrive Themes ' in file GoToWebinar.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 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 'Failed to send email' in file Email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Extra Data' in file Email.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 '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 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 '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 'You must provide a valid Zoom key' in file Zoom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Zoom using the provided key (<strong>%s</strong>)' in file Zoom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Zoom connected successfully' in file Zoom.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 'Name' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'URL' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Radio' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dropdown' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checkbox' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Textarea' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'File upload' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden' in file Abstract.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 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 '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 '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 'All fields are required!' in file Sendlane.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendLane using the provided details' in file Sendlane.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendLane connected successfully' in file Sendlane.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 "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 '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 '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 '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 '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 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 '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 'Your GoToWebinar Connection has been Updated!' 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 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 '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 'Connection works' in file Dropbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection works' in file GoogleDrive.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 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 '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 '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 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 'Could not connect to Zoho using provided credentials.' in file Zoho.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Zozo connected successfully' in file Zoho.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 'You must provide a valid SendOwl key' in file SendOwl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendOwl using the provided key (<strong>%s</strong>)' in file SendOwl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendOwl connected successfully' in file SendOwl.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 '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 'Api key is required' in file Sendfox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Sendfox using provided api key.' in file Sendfox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sendfox connected successfully' in file Sendfox.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 'Invalid arguments supplied in ' 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 'Assign tag error: ' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing required parameters for adding tags to contact' 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 'Missing required parameters for adding tags to contact' 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 '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 'Mailster plugin not installed or activated' in file Mailster.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailster plugin not installed or activated' in file Mailster.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailster plugin not installed or activated' in file Mailster.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailster failed to add the subscriber' in file Mailster.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailster plugin not installed or activated' in file Mailster.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 '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 '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 '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 '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 "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 'API key' in file sendowl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Secret' in file sendowl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Important: Be sure to set the right permissions for your API key to work' in file sendowl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file sendowl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file sendowl.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 '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 "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 '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 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 'API key' in file everwebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file everwebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file everwebinar.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 "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 "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 '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 '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 'Version 1' in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version 2' 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 '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 '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 '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 "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-drive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Client Secret' in file google-drive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file google-drive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file google-drive.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 'API URL' in file sendlane.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file sendlane.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HASH key' in file sendlane.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file sendlane.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file sendlane.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 '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 "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 "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 '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 'Version 1' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version 2' 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 'App key' in file dropbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'App secret' in file dropbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file dropbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file dropbox.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 'Version %s' 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 'API key' in file sendfox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file sendfox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file sendfox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'In order to be able to create a connection between your website and Zapier, your website must be secure.' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thus, for security reasons, please make sure that your website has a valid SSL certificate and it works properly on the "https" protocol.' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you need more information on this matter, please read <a href="https://thrivethemes.com/tkb_item/how-to-make-sure-your-website-is-secure-with-ssl-and-https/" target="_blank">this article</a>.' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Copy the API Key and the Blog URL from the fields below to connect to Zapier.' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog URL' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file zapier.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 "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 '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 "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 "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 "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 '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 "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 'Account Url' in file zoho.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Zoho Client ID' in file zoho.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Zoho Client Secret' in file zoho.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Code' in file zoho.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file zoho.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file zoho.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 "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 '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 "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 "Api Key" in file sendy.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 'Below 4.0.3.3' in file sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Above 4.0.3.3' 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 '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 "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 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 "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 'API key' in file zoom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Secret' in file zoom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file zoom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file zoom.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 "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 '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 '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 '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 "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 "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 "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 Thrive Apprentice to " in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Click here to discover the Quick Start Guide." 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 '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 'Name:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Time:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page URL:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'IP Address:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Device Settings:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'I need help with this' in file video-link.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 '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 "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 "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 "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 '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 "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 "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 "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 '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 'Authentication failed' in file Zapier.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 'Missing required parameters for adding tags to ConvertKit contact' in file ConvertKit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No data provided' in file Oauth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed connecting: %s' in file Oauth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing a required parameter or calling invalid method' in file Oauth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid API key provided!' in file Oauth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Can't find requested items" in file Oauth.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 'Failed connecting: %s' in file Zoho.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing a required parameter or calling invalid method' in file Zoho.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid API key provided!' in file Zoho.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Can't find requested items" in file Zoho.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed connecting: %s' in file MailRelayV1.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing a required parameter or calling invalid method' in file MailRelayV1.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid API key provided!' in file MailRelayV1.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Can't find requested items" in file MailRelayV1.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No senders available' in file MailRelayV1.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Script Manager' 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 '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 Script' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit 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 '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 "Someone recently completed your quiz. Here are the details:\n\n[quiz_details]" in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A visitor has completed your quiz!' 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 'unknown' in file class-nm-action-custom-script.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 '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 '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 'Define variables and values sitewide to use when building content' in file class-tvd-smart-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Smart Settings" in file class-tvd-smart-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Smart Site' in file class-tvd-smart-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Smart Site' in file class-tvd-smart-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Field' in file class-tvd-smart-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Include line breaks' in file class-tvd-smart-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The group was not added, please try again !' in file class-tvd-groups-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No group was deleted!' in file class-tvd-groups-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No group was updated!' in file class-tvd-groups-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong while saving the fields, please refresh and try again. If the problem persists please contact our support team.' in file class-tvd-fields-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The group was not added, please try again !' in file class-tvd-fields-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No field was deleted!' in file class-tvd-fields-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No group was updated!' in file class-tvd-fields-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This global variable hasn\'t been set. Define your global variables in the' in file class-tvd-smart-db.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' Global Fields dashboard' in file class-tvd-smart-db.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post ID' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post title' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post type' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post URL' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Date (14 Aug 2029)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Date (14.8.2029)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Date (14-08-2029)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Date (14/08/2029)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Time (23:59:59)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Time (23:59)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Day (01–31)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Day (1st, 2nd, 15th - 31st)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Day of the week (Monday)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Day of the week (Mon)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Month (01-12)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Month (January - December)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Month (Jan – Dec)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Year (2029)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'URL QueryString' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Variable' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cookie' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpress Username' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link to user profile' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpress User Email' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpress User Role' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpress User First Name' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link to user profile' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpress User Last Name' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link to user profile' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpress User Nickname' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpress User Public Name' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'IP' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Browser' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Referring URL' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Value' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Variable name' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Value' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Homepage' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'RSS Feed' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logout' in file class-tvd-global-shortcodes.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 'Smart Site' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The name should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This field should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The text value should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The address should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The city should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The country should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The zip should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The phone should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The email address should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The email address is not valid' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The URL is not valid' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The URL should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The group was saved successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The field was saved successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The fields were saved successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'was deleted successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The location value should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No fields in this group. Click the Add Field button to add a new field' in file i18n.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 "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 "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 has an incorrect number of arguments. Function __, with the arguments 'Name', requires PHP version , '. Your current version is ' in file plugin-update-checker.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Name', requires PHP version , '. Your current version is ', '. Please contact your hosting provider and ask them to update your PHP.' in file plugin-update-checker.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove all transients' in file debug-screen.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 'User Access Manager' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Permissions for Thrive Products' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Manage Access" 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 'Analytics & Scripts' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add & edit scripts on your website.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manage Scripts' 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 'Email' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom fields' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom fields' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom fields' 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 '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.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, <span class=tooltips title=, lesson, 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>., woocommerce, page, tve_dash_api_connect, admin.php, target=_self>API dashboard</a> and re-connecting your existing GoToWebinar account. After you\ve connected, your existing forms will carry on working as they are now.<br /><br /> <a href=https://thrivethemes.com/tkb_item/how-to-upgrade-gotowebinar-and-what-does-this-upgrade-involve/ target=_blank>Click here</a> to learn more about this upgrade and if you have any further questions, get in touch with our <a href=https://thrivethemes.com/forums/forum/general-discussion/ target=_blank>support team</a> and we\ll help you out.<br /><br /> From your team at Thrive Themes, target=_self>API dashboard</a> and re-connecting your existing GoToWebinar account. After you\ve connected, your existing forms will carry on working as they are now., >here</a>., thrive-cb, thrive-dash, requires PHP version .
  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 $filename found in translation function in image-resize.php. Translation function calls should not contain PHP variables. Possible variable $product found in translation function in access-manager.php. Translation function calls should not contain PHP variables. Possible variable $message_id found in translation function in class-ni-inbox-manager.php. Translation function calls should not contain PHP variables. Possible variable $message_id found in translation function in class-ni-inbox-manager.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 $this found in translation function in Facebook.php. Translation function calls should not contain PHP variables. Possible variable $e found in translation function in Mailchimp.php. Translation function calls should not contain PHP variables. Possible variable $plugin_data found in translation function in plugin-update-checker.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.
  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 thrive-category-landing-pages.php.5: Plugin URI: http://www.thrivethemes.com7: Author: <a href='http://www.thrivethemes.com'>Thrive Themes</a>Possible 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.149: //$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 class-td-inbox.php.235: <a href='https://thrivethemes.com/tkb_item/how-to-upgrade-gotowebinar-and-what-does-254: <a href='https://thrivethemes.com/tkb_item/how-to-upgrade-gotowebinar-and-what-does-279: __( 'GoToWebinar are no longer supporting this type of connection. You have until October 1st 2019 to connect trough the new api. <a href='https://thrivethemes.com/tkb_item/how-to-upgrade-gotowebinar-and-what-does-235: <a href='https://thrivethemes.com/tkb_item/how-to-upgrade-gotowebinar-and-what-does-254: <a href='https://thrivethemes.com/tkb_item/how-to-upgrade-gotowebinar-and-what-does-279: __( 'GoToWebinar are no longer supporting this type of connection. You have until October 1st 2019 to connect trough the new api. <a href='https://thrivethemes.com/tkb_item/how-to-upgrade-gotowebinar-and-what-does-235: <a href='https://thrivethemes.com/tkb_item/how-to-upgrade-gotowebinar-and-what-does-254: <a href='https://thrivethemes.com/tkb_item/how-to-upgrade-gotowebinar-and-what-does-279: __( 'GoToWebinar are no longer supporting this type of connection. You have until October 1st 2019 to connect trough the new api. <a href='https://thrivethemes.com/tkb_item/how-to-upgrade-gotowebinar-and-what-does-294: For more information about the Ontraport release, please visit their website <a href='https://ontraport.com/service-status' target='_blank'>here</a> .<br/><br/>Possible 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 GoToWebinar.php.156: If you experience any issues, let our <a href='https://thrivethemes.com/forums/forum/general-discussion/' target='_blank'>Possible hard-coded links were found in the file GoToWebinar.php.151: If you experience any issues, let our <a href='https://thrivethemes.com/forums/forum/general-discussion/' target='_blank'>Possible hard-coded links were found in the file sendowl.php.19: <a href='https://thrivethemes.com/tkb_item/how-to-set-the-right-permissions-for-a-nePossible 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 postmark.php.27: <a href='http://developer.postmarkapp.com/' target='_blank'><?php echo __( 'Learn moPossible hard-coded links were found in the file zapier.php.14: <p><?php echo __( 'If you need more information on this matter, please read <a href='https://thrivethemes.com/tkb_item/how-to-make-sure-your-website-is-secure-wPossible hard-coded links were found in the file mailgun.php.25: <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.38: <a href='https://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-acPossible hard-coded links were found in the file mailchimp.php.36: <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 sparkpost.php.26: <a href='https://support.sparkpost.com/customer/portal/articles/1933360-verify-sendiPossible hard-coded links were found in the file mandrill.php.36: <a href='https://mandrillapp.com/settings/sending-domains' target='_blank'><?php echPossible 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 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 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 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 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 ca
  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 : content-fullwidth.php 40: require_once 'partials/gallery-content.php';42: require_once 'partials/video-content.php';44: require_once 'partials/quote-content.php';55: <?php require_once 'partials/audio-content.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 221: 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 : init.php 21: $version = require_once( $_dash_file_path );44: 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 : 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 : 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 : 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 : theme-options.php 223: 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 : views.php 309: 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 791: require_once( ABSPATH . 'wp-admin/includes/image.php' );822: require_once( ABSPATH . 'wp-admin/includes/image.php' );945: 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 : 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 40: require( get_template_directory() . '/inc/apprentice/templates/post-select-102: 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 : 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-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 : admin-theme-options.php 5: 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 : woocommerce.php 162: <?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 : 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' );84: require( get_template_directory() . '/inc/templates/admin-page-templates.ph170: 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 : meta-options.php 3: require_once 'extra/meta-options.php';69: require( get_template_directory() . '/inc/templates/admin-post-options.php'110: require( get_template_directory() . '/inc/templates/admin-page-options.php'167: require( get_template_directory() . '/inc/templates/admin-focus-area.php' )191: require( get_template_directory() . '/inc/templates/admin-optin-options.php213: 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.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' );28: require( get_template_directory() . '/inc/helpers/labels.php' );29: require( get_template_directory() . '/inc/page-templates.php' );30: require( get_template_directory() . '/inc/meta-options.php' );31: require( get_template_directory() . '/inc/widgets/widget-author.php' );32: require( get_template_directory() . '/inc/widgets/widget-follow.php' );33: require( get_template_directory() . '/inc/widgets/widget-optin.php' );34: require( get_template_directory() . '/inc/widgets/widget-call.php' );35: require( get_template_directory() . '/inc/widgets/widget-tabs.php' );36: require( get_template_directory() . '/inc/widgets/widget-custom-text.php' )37: require( get_template_directory() . '/inc/widgets/widget-custom-phone.php' 38: require( get_template_directory() . '/inc/widgets/widget-related.php' );39: require( get_template_directory() . '/inc/shortcodes/admin-shortcodes.php' 40: require( get_template_directory() . '/inc/extra/theme-options.php' );43: require( get_template_directory() . '/inc/helpers/users-autocomplete.php' )45: require( get_template_directory() . '/inc/thrive-category-landing-pages.php48: require( get_template_directory() . '/inc/helpers/related-posts.php' );52: include( get_template_directory() . '/inc/woocommerce.php' );60: require( get_template_directory() . '/inc/apprentice/functions.php' );254: require( get_template_directory() . '/inc/helpers/helpers.php' );416: require( get_template_directory() . '/inc/theme-customize.php' );722: 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 : content.php 38: require 'partials/gallery-content.php';40: require 'partials/video-content.php';52: <?php require_once 'partials/audio-content.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 : content-single.php 39: require_once 'partials/gallery-content.php';41: require_once 'partials/video-content.php';43: require_once 'partials/quote-content.php';52: <?php require_once 'partials/audio-content.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-dashboard.php 65: 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 : class-tvd-am.php 42: include( 'includes/templates/access-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 : access-manager.php 1: <?php require_once( TVE_DASH_PATH . '/templates/header.phtml' ); ?> 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-inbox.php 614: require_once( $file->getPathname() ); 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' );63: require_once( TVE_DASH_PATH . '/inc/plugin-updates/debug-screen.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 : Wordpress.php 105: require_once( ABSPATH . '/wp-admin/includes/user.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 : 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 : 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 : class-tvd-sm-admin.php 23: include_once 'class-tvd-sm-rest-scripts-controller.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 : 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-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 : 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 : plugin-update-checker.php 73: 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 : class-tvd-auth-check.php 92: include 'handle-login.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 : content-narrow.php 43: require_once 'partials/gallery-content.php';45: require_once 'partials/video-content.php';47: require_once 'partials/quote-content.php';58: <?php require_once 'partials/audio-content.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.
Other checked themes