ClipMyDeals
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEclipmydeals.zip
- FILE SIZE1675010 bytes
- MD531559a18228922112df47d0a2bab8db4
- SHA1466b5ac231d6ee9d72dd6d141eacb55296c628fc
- LICENSENone
- FILES INCLUDEDCSS, PHP
- THEME URIhttps://clipmydeals.com
- VERSION3.3.1
- AUTHOR URIhttps://clipmydeals.com
- TAGScoupon, deals, vouchers, woocommerce, blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
- CREATION DATE2019-09-08
- LAST FILE UPDATE2019-09-08
- LAST VALIDATION2019-09-08 19:12
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- base64_decode(get_theme_mod('additional_html_header','')); } );1086: add_action( 'wp_footer', function() { echo base64_decode(get_theme_mod('additional_html_footer','')); } );Found base64_decode in file customizer.php. 865: return esc_textarea(base64_decode($input)); Found base64_decode in file cmd_functions.php. 1085: add_action( 'wp_head', function() { echo
return base64_encode($input);
Found base64_encode in file customizer.php. - fopen('php://output', 'w');fclose was found in the file linkmydeals.php 143: fclose($fp);fopen was found in the file pull-feed.php 98: if (($handle = fopen($feedFile, 'r')) !== FALSE) { // $feedFile is set by API or File Uplo fopen was found in the file linkmydeals.php 138: $fp =
- curl_init();curl_exec was found in the file main.php 47: $result=curl_exec($ch); curl_init was found in the file main.php 43: $ch =
- add_menu_page('LinkMyDeals Coupon Feed ', 'LinkMyDeals', 7, 'linkmydeals', File class-tgm-plugin-activation.php : 731: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile update.php : 47: add_menu_page('ClipMyDeals Setup', 'ClipMyDeals<br/>Setup', 'manage_options File linkmydeals.php : 154:
Warning
- Theme URI and Author URI should not be the same.
- Found wrong tag coupon in style.css header.Found wrong tag deals in style.css header.Found wrong tag vouchers in style.css header.Found wrong tag woocommerce in style.css header.
- Found a translation function that is missing a text-domain. Function _x, with the arguments 'Offer Categories', 'taxonomy general name' in file cmd_functions.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Offer Category', 'taxonomy singular name' in file cmd_functions.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Locations', 'taxonomy general name' in file cmd_functions.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Location', 'taxonomy singular name' in file cmd_functions.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Stores', 'taxonomy general name' in file cmd_functions.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Store', 'taxonomy singular name' in file cmd_functions.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Coupons', clipmydeals, 'clipmydeals' in file cmd_functions.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 clipmydeals, tgmpa.
- The 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.
- PHP short tags were found in file taxonomy-stores.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.174: <h2><?= __('Recently Expired Offers','clipmydeals') ?></h2>PHP short tags were found in file coupon-print.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.57: <div class='badge badge-default mb-3'><?= (date('Y-m-d')<=get_post_meta($id, 'cmd_valid_till',true) ? __('Valid TPHP short tags were found in file coupon-grid.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.99: <div class='badge badge-<?php echo $validity_color; ?> mb-3'><?= (date('Y-m-d')<=get_post_meta($id, 'cmd_valid_till',true) ? __('Valid TPHP short tags were found in file coupon-popup.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.42: <strong><?= __('Use Code','clipmydeals') ?> : </strong>44: <span id='code-<?= $id ?>'><?php echo get_post_meta($id, 'cmd_code', true); ?></span>45: <div class='copy-box float-right d-inline mx-auto tooltip-active' style='position:absolute;top:0.06rem;right:0.1rem;' title='<?= __('Click to Copy','clipmydeals') ?>' data-toggle='tooltip' data-placem46: <div class='btn btn-secondary clipboard copy-button float-right' data-clipboard-target='#code-<?= $id ?>' onclick='jQuery('.copy-button').html('<i class=\'fa fa-copy\'><47: <i class='fa fa-copy clipboard'></i> <?= __('Copy','clipmydeals') ?>53: <a target='_blank' href='<?php echo home_url().'/cpn/'.$id.'/'; ?>'><?= __('See Applicable Products','clipmydeals') ?></a>65: <div class='badge badge-<?php echo $validity_color; ?> small'><?= (date('Y-m-d')<=get_post_meta($id, 'cmd_valid_till',true) ? __('Valid TPHP short tags were found in file coupon-list.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.115: <div class='badge badge-<?php echo $validity_color; ?>'><?= (date('Y-m-d')<=get_post_meta($id, 'cmd_valid_till',true) ? __('Valid TPHP short tags were found in file code-list.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.59: <strong><?= __('Use Code','clipmydeals') ?> : </strong>61: <span id='code-<?= $id ?>'><?php echo get_post_meta($id, 'cmd_code', true); ?></span>63: <i class='fa fa-copy clipboard copy-button' data-clipboard-target='#code-<?= $id ?>' onclick='jQuery('.copy-button').css('color','#6a84ab'); jQuery(68: <a target='_blank' href='<?php echo home_url().'/cpn/'.$id.'/'; ?>'><?= __('See Applicable Products','clipmydeals') ?></a>77: onclick='setCookie('showCoupon','<?php echo $id; ?>');setCookie('storesVisited','<?php echo $_COOKIE['storesVisited'].$store_slug.'|'; ?>'); window.open(location.href.split('?')[0] + '?t=<?php echo date('ymdhis'); ?>#coupon-list-<?= $id ?>'); location.href='<?php echo home_url().'/cpn/'.$id.'/'; ?>';'>PHP short tags were found in file code-grid.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.70: <strong><?= __('Use Code','clipmydeals') ?> : </strong>72: <span id='code-<?= $id ?>'><?php echo get_post_meta($id, 'cmd_code', true); ?></span>73: <div class='copy-box float-right d-inline mx-auto tooltip-active' style='position:absolute;top:0.06rem;right:0.1rem;' title='<?= __('Click to Copy','clipmydeals') ?>' data-toggle='tooltip' data-placem74: <div class='btn btn-secondary clipboard copy-button float-right' data-clipboard-target='#code-<?= $id ?>' onclick='jQuery('.copy-button').html('<i class=\'fa fa-copy\'><75: <i class='fa fa-copy clipboard'></i> <?= __('Copy','clipmydeals') ?>85: <strong><?= __('Use Code','clipmydeals') ?> : </strong>87: <span id='code-<?= $id ?>'><?php echo get_post_meta($id, 'cmd_code', true); ?></span>88: <div class='copy-box float-right d-inline mx-auto tooltip-active' style='position:absolute;top:0.06rem;right:0.1rem;' title='<?= __('Click to Copy','clipmydeals') ?>' data-toggle='tooltip' data-placem89: <div class='btn btn-secondary clipboard copy-button float-right' data-clipboard-target='#code-<?= $id ?>' onclick='jQuery('.copy-button').html('<i class=\'fa fa-copy\'><90: <i class='fa fa-copy clipboard'></i> <?= __('Copy','clipmydeals') ?>96: <a target='_blank' href='<?php echo home_url().'/cpn/'.$id.'/'; ?>'><?= __('See Applicable Products','clipmydeals') ?></a>105: onclick='setCookie('showCoupon','<?php echo $id; ?>');setCookie('storesVisited','<?php echo $_COOKIE['storesVisited'].$store_slug.'|'; ?>'); window.open(location.href.split('?')[0] + '?t=<?php echo date('ymdhis'); ?>#coupon-grid-<?= $id ?>'); location.href='<?php echo home_url().'/cpn/'.$id.'/'; ?>';'>PHP short tags were found in file taxonomy-offer_categories.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.138: <h2><?= __('Recently Expired Offers','clipmydeals') ?></h2>PHP short tags were found in file taxonomy-locations.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.128: <h2><?= __('Recently Expired Offers','clipmydeals') ?></h2>PHP short tags were found in file searchform.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.10: <input class='form-control w-100' type='text' name='s' id='v-search' placeholder='<?= __('Search','clipmydeals') ?>...' value='<?php echo $_GET['s']; ?>' />85: <button type='submit' class='btn btn-primary btn-block'><?= __('Search','clipmydeals') ?> <i class='fa fa-search'></i></button>PHP short tags were found in file cmd_widgets.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.62: <div class='card-footer text-center py-1'><small><?php echo $store->count ?> <?= __('Offers','clipmydeals') ?></small></div>524: <input class='form-control w-100' type='text' name='s' id='v-search' placeholder='<?= __('Search','clipmydeals') ?>...' value='<?php echo $_GET['s']; ?>' />590: <button type='submit' class='btn btn-primary btn-block'><?= __('Search','clipmydeals') ?> <i class='fa fa-search'></i></button>PHP short tags were found in file update.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.59: <input type='checkbox' name='cmd_old_header' id='cmd_old_header' value='1' <?= (get_option('cmd_old_header') ? 'checked' : '') ?>>
- File linkmydeals.php : 154: add_menu_page('LinkMyDeals Coupon Feed ', 'LinkMyDeals', 7, 'linkmydeals',
- License: is missing from style.css header.
- License URI: is missing from style.css header.
Tip-off
- Possible hard-coded links were found in the file cmd_functions.php.26: echo '<li><a href='edit.php?post_type=coupons'>'.$num.' Coupons</a></li>';33: echo '<li><a href='edit-tags.php?taxonomy=stores&post_type=coupons'>'.$store_count.' Stores</a40: echo '<li><a href='edit-tags.php?taxonomy=offer_categories&post_type=coupons'>'.$cat_count.' O48: echo '<li><a href='edit-tags.php?taxonomy=locations&post_type=coupons'>'.$loc_count.' LocationPossible hard-coded links were found in the file main.php.258: <small><i>NOTE: If you are using a shared-server, your server may time-out in case of large files. We recommend you split such files into multiple files of ~500 coupons each. Advance plan users can make use of our <a href='https://myaccount.linkmydeals.com/csv_splitter.php' target='_blank'>CSV Spl
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : linkmydeals.php 69: require_once(ABSPATH.'wp-admin/includes/file.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 : main.php 59: require_once(ABSPATH.'wp-admin/includes/file.php');73: include 'saveFileToDb.php';75: include 'processBatch.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.