0
Validation results

TheFox

TheFox

WordPress 6.4.3 theme
0
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEthefox.zip
  • FILE SIZE41497948 bytes
  • MD55a697a80a227f58e1c502e62bae0ec3f
  • SHA1fa96fa3674867376fa96e453eba5080df46709c0
  • LICENSECustom
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • VERSION3.9.9.8.5
  • CREATION DATE2020-07-31
  • LAST FILE UPDATE2020-07-31
  • LAST VALIDATION2020-07-31 23:01
  • OTHER VERSIONS

    3.9.9.8.9 : 0%

    3.9.9.8.19 : 0%

    3.9.8.6 : 0%

    3.7.4 : 0%

    3.7.1 : 0%

    3.0.2 : 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 extension_customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.
  3. Security breaches : Use of base64_decode() Found base64_decode in file radium-importer.php. 551: $options = unserialize( base64_decode( $data ) );Found base64_decode in file OAuth.php. 202: $decoded_sig = base64_decode($signature);Found base64_decode in file OAuth.php. 202: $decoded_sig = base64_decode($signature);
  4. Security breaches : Use of base64_encode() Found base64_encode in file extension_tlm.php.
     $agent = base64_encode($_SERVER['HTTP_USER_AGENT']);
    Found base64_encode in file rd_twitter_carousel.php.
     $toSend = base64_encode($credentials);
    Found base64_encode in file OAuth.php.
     return base64_encode(hash_hmac('sha1', $base_string, $key, true));
     return base64_encode($signature);
    Found base64_encode in file OAuth.php.
     return base64_encode(hash_hmac('sha1', $base_string, $key, true));
     return base64_encode($signature);
  5. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="<?php echo RD_TINYMCE_URI; ?> in file popup.php. 123: <iframe src='<?php echo RD_TINYMCE_URI; ?>/preview.php?sc=' width='249' fraFound <iframe width='500' height='281' src='http://www.youtube.com/embed/" . $videoid . "' frameborder='0' allowfullscreen> in file rd_video.php. 24: <iframe width='500' height='281' src='http://www.youtube.com/embed/' . $vid
  6. Malware : Operations on file system fopen was found in the file class.redux_helpers.php 668: //$fp = fopen( $file, 'r' );fread was found in the file class.redux_helpers.php 671: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 674: //fclose( $fp );file_get_contents was found in the file radium-importer.php 263: $data = file_get_contents( $file );338: $data = file_get_contents( $file );file_get_contents was found in the file radium-importer.php 263: $data = file_get_contents( $file );338: $data = file_get_contents( $file );file_get_contents was found in the file parsers.php 66: $success = $dom->loadXML( file_get_contents( $file ) );269: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {file_get_contents was found in the file parsers.php 66: $success = $dom->loadXML( file_get_contents( $file ) );269: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen was found in the file parsers.php 415: $fp = $this->fopen( $file, 'r' );641: function fopen( $filename, $mode = 'r' ) {644: return fopen( $filename, $mode );fclose was found in the file parsers.php 464: $this->fclose($fp);659: function fclose( $fp ) {662: return fclose( $fp );fopen was found in the file parsers.php 415: $fp = $this->fopen( $file, 'r' );641: function fopen( $filename, $mode = 'r' ) {644: return fopen( $filename, $mode );fopen was found in the file parsers.php 415: $fp = $this->fopen( $file, 'r' );641: function fopen( $filename, $mode = 'r' ) {644: return fopen( $filename, $mode );fclose was found in the file parsers.php 464: $this->fclose($fp);659: function fclose( $fp ) {662: return fclose( $fp );fclose was found in the file parsers.php 464: $this->fclose($fp);659: function fclose( $fp ) {662: return fclose( $fp );file_get_contents was found in the file extension_custom_fonts.php 606: $payload .= file_get_contents( $output[ $main ] );fopen was found in the file parsers.php 417: $fp = $this->fopen( $file, 'r' );635: function fopen( $filename, $mode = 'r' ) {638: return fopen( $filename, $mode );fclose was found in the file parsers.php 466: $this->fclose($fp);653: function fclose( $fp ) {656: return fclose( $fp );fopen was found in the file parsers.php 417: $fp = $this->fopen( $file, 'r' );635: function fopen( $filename, $mode = 'r' ) {638: return fopen( $filename, $mode );fopen was found in the file parsers.php 417: $fp = $this->fopen( $file, 'r' );635: function fopen( $filename, $mode = 'r' ) {638: return fopen( $filename, $mode );fclose was found in the file parsers.php 466: $this->fclose($fp);653: function fclose( $fp ) {656: return fclose( $fp );fclose was found in the file parsers.php 466: $this->fclose($fp);653: function fclose( $fp ) {656: return fclose( $fp );file_get_contents was found in the file OAuth.php 272: file_get_contents(self::$POST_INPUT)file_get_contents was found in the file OAuth.php 272: file_get_contents(self::$POST_INPUT)
  7. Malware : Network operations curl_init was found in the file extension_tlm.php 204: $ch = curl_init();curl_exec was found in the file extension_tlm.php 207: $output = json_decode(curl_exec($ch), true);curl_init was found in the file twitteroauth.php 199: $ci = curl_init();curl_exec was found in the file twitteroauth.php 225: $response = curl_exec($ci);curl_init was found in the file twitteroauth.php 185: $ci = curl_init();curl_exec was found in the file twitteroauth.php 211: $response = curl_exec($ci);
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File welcome.php : 199: $page = 'add_management_page';File framework.php : 1325: // wrappers and need to be appened to using add_submenu_page.1376: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1434: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1325: // wrappers and need to be appened to using add_submenu_page.1376: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1434: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1402: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $thisFile framework.php : 1325: // wrappers and need to be appened to using add_submenu_page.1376: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1434: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile zilla-likes.php : 56: $page_hook = add_menu_page( __( 'ZillaLikes Settings', 'thefoxwp'), 'ZillaLikes', 'updatFile zilla-likes.php : 57: add_submenu_page( 'zilla-likes', __( 'Settings', 'thefoxwp' ), __( 'ZillaLi59: add_submenu_page( 'zillaframework', 'ZillaLikes', 'ZillaLikes', 'update_corFile zilla-likes.php : 57: add_submenu_page( 'zilla-likes', __( 'Settings', 'thefoxwp' ), __( 'ZillaLi59: add_submenu_page( 'zillaframework', 'ZillaLikes', 'ZillaLikes', 'update_corFile zilla-likes.php : 95: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';101: <input type='hidden' name='zilla_likes_settings[add_to_pages]' value='0' />102: <label><input type='checkbox' name='zilla_likes_settings[add_to_pages]' value='1''. (($options['add_to_pages']) ? ' checked='checked213: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';221: if(is_page() && !is_front_page() && $options['add_to_pages']) $content .= $this->do_likes();239: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';File zilla-likes.php : 95: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';101: <input type='hidden' name='zilla_likes_settings[add_to_pages]' value='0' />102: <label><input type='checkbox' name='zilla_likes_settings[add_to_pages]' value='1''. (($options['add_to_pages']) ? ' checked='checked213: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';221: if(is_page() && !is_front_page() && $options['add_to_pages']) $content .= $this->do_likes();239: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';File zilla-likes.php : 95: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';101: <input type='hidden' name='zilla_likes_settings[add_to_pages]' value='0' />102: <label><input type='checkbox' name='zilla_likes_settings[add_to_pages]' value='1''. (($options['add_to_pages']) ? ' checked='checked213: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';221: if(is_page() && !is_front_page() && $options['add_to_pages']) $content .= $this->do_likes();239: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';File zilla-likes.php : 95: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';101: <input type='hidden' name='zilla_likes_settings[add_to_pages]' value='0' />102: <label><input type='checkbox' name='zilla_likes_settings[add_to_pages]' value='1''. (($options['add_to_pages']) ? ' checked='checked213: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';221: if(is_page() && !is_front_page() && $options['add_to_pages']) $content .= $this->do_likes();239: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';File zilla-likes.php : 95: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';101: <input type='hidden' name='zilla_likes_settings[add_to_pages]' value='0' />102: <label><input type='checkbox' name='zilla_likes_settings[add_to_pages]' value='1''. (($options['add_to_pages']) ? ' checked='checked213: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';221: if(is_page() && !is_front_page() && $options['add_to_pages']) $content .= $this->do_likes();239: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';File zilla-likes.php : 95: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';101: <input type='hidden' name='zilla_likes_settings[add_to_pages]' value='0' />102: <label><input type='checkbox' name='zilla_likes_settings[add_to_pages]' value='1''. (($options['add_to_pages']) ? ' checked='checked213: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';221: if(is_page() && !is_front_page() && $options['add_to_pages']) $content .= $this->do_likes();239: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';File zilla-likes.php : 95: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';101: <input type='hidden' name='zilla_likes_settings[add_to_pages]' value='0' />102: <label><input type='checkbox' name='zilla_likes_settings[add_to_pages]' value='1''. (($options['add_to_pages']) ? ' checked='checked213: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';221: if(is_page() && !is_front_page() && $options['add_to_pages']) $content .= $this->do_likes();239: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';File zilla-likes.php : 95: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';101: <input type='hidden' name='zilla_likes_settings[add_to_pages]' value='0' />102: <label><input type='checkbox' name='zilla_likes_settings[add_to_pages]' value='1''. (($options['add_to_pages']) ? ' checked='checked213: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';221: if(is_page() && !is_front_page() && $options['add_to_pages']) $content .= $this->do_likes();239: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';File zilla-likes.php : 95: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';101: <input type='hidden' name='zilla_likes_settings[add_to_pages]' value='0' />102: <label><input type='checkbox' name='zilla_likes_settings[add_to_pages]' value='1''. (($options['add_to_pages']) ? ' checked='checked213: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';221: if(is_page() && !is_front_page() && $options['add_to_pages']) $content .= $this->do_likes();239: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';File zilla-likes.php : 95: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';101: <input type='hidden' name='zilla_likes_settings[add_to_pages]' value='0' />102: <label><input type='checkbox' name='zilla_likes_settings[add_to_pages]' value='1''. (($options['add_to_pages']) ? ' checked='checked213: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';221: if(is_page() && !is_front_page() && $options['add_to_pages']) $content .= $this->do_likes();239: if( !isset($options['add_to_pages']) ) $options['add_to_pages'] = '0';File radium-importer.php : 115: add_submenu_page('themes.php', 'Import Demo Data', 'Import Demo Data', 'swi
  9. Deprecated functions : screen_icon screen_icon found in file wordpress-importer.php. Deprecated since version 3.8.1123: screen_icon();
  10. Deprecated functions : wp_get_http wp_get_http found in file wordpress-importer.php. Deprecated since version 4.4. Use WP_Http instead.905: $headers = wp_get_http( $url, $upload['file'] );
  11. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was revslider.zip wp-user-avatar.zip thefox_cp.zip js_composer.zip contact-form-7.zip envato-market.zip layerslider.zip.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in enqueue.php. Themes must not deregister core scripts. 215: wp_deregister_script( 'jquerySelect2' );Found wp_deregister_script in framework.php. Themes must not deregister core scripts. 554: wp_deregister_script( 'wpb_ace' );
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. Text domain : Incorrect use of translation functions.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Dear customer, thank you for using ', theme! Please enter purchase code to register your copy. <br/><b>, ' day(s)</b> trial period left. <br/><p align="center"><a href="https://www.youtube.com/watch?v=nzBQf3nnJA8" target="_blank">how to obtain purchase code?</a></p>' in file extension_tlm.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Dear customer, thank you for using ', theme! Please enter purchase code to register your copy. <br/><b>, ' day(s)</b> trial period left. <br/><p align="center"><a href="https://www.youtube.com/watch?v=nzBQf3nnJA8" target="_blank">how to obtain purchase code?</a></p>', 'redux-framework' in file extension_tlm.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Dear customer, please register to use ', theme and be able to install our premium plugins and import our demo.<br/><p align=center><a href=https://www.youtube.com/watch?v=nzBQf3nnJA8 target=_blank>how to obtain purchase code?</a></p><p>Having problem with License registration? Please check this <a href=https://tranmautritam.ticksy.com/article/14207/ target=_blank>article</a></p>, 'redux-framework' in file extension_tlm.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Dear ', user, ', the theme was successfully activated. Thank you.' in file extension_tlm.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Dear ', user, ', the theme was successfully activated. Thank you.', 'redux-framework' in file extension_tlm.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Dear ', user, ', the theme was successfully deactivated. Thank you.' in file extension_tlm.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Dear ', user, ', the theme was successfully deactivated. Thank you.', 'redux-framework' in file extension_tlm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'thefoxwp' in file shipping-calculator.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You are missing %d required font pack(s) for the 4k Icons plugin, they are not activated or installed. The font packs are included in the package downloaded from CodeCanyon." in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Click here to go to the plugins page to install or activate it." in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Get Customer Support" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Get More Plugins" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enjoying %s?' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Help us out by rating our plugin 5 stars in CodeCanyon! This will allow us to create more awesome products and provide top notch customer support.' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rate us 5 stars in CodeCanyon :)' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remind me tomorrow' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'I&apos;ve already rated!' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank you for activating %s!' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Now just edit your pages, add one of more than 4k icons in list, and style it, all in Visual Composer.' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you need any support, you can leave us a ticket in our support site. The link to our support site is also listed in the plugin details for future reference.' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Visit our support site' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This notice will go away in a moment' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Search icon or pick one below..." in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Search Filter" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Show all icons (may be a bit slow)" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments '4k Icon' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Awesome styleable icon' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose your icon' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose an icon. Type in the text box above to search for a specific icon. Use the drop down above to filter or show icons from specific icon sets.' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Icon Color' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pick a color for your icon.' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Icon Size' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The size of your icon in pixels.' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background Shape' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No background shape' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Circle' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Square' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rounded-Square' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Select a background shape for your icon. <em>(Changes may not be visible in the frontend editor)</em>" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background Shape Type' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Normal, solid background' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Solid background with a dark bottom border' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thin bordered background' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thick bordered background' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Select a type of background shape for your icon. This is only applied when there are no hover effects." in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background Shape Border Radius' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The border radius of the background shape in pixels.' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background Shape Color' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Pick a color for your icon's background shape." in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Shape Size' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The size for your icon's background shape in pixels." in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hover Effect' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No hover effect' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Faint background shape that solidifies on hover with an outline" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Solid background shape that gets smaller when hovered on and shows a border" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Solid background shape, that flips vertically when hovered with inverted colors" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Solid background shape, that flips horizontally when hovered with inverted colors" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Solid background shape, icon swipes down on hover and gets replaced with inverted colors" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Solid background shape, icon swipes up on hover and gets replaced with inverted colors" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Solid background shape, icon swipes left on hover and gets replaced with inverted colors" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Solid background shape, icon swipes right on hover and gets replaced with inverted colors" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Outlined background shape that gets filled up from the bottom when hovered" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Border background shape that gets filled up from the edges when hovered" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Border background shape that gets smaller with another thicker border when hovered" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The hover effect to play when the mouse hovers over the icon. <em>(Changes may not be visible in the frontend editor)</em>" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hover Effect Trigger' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'When the mouse hovers over the icon' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "When the mouse hovers over the icon's container" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "When the mouse hovers over the icon's container (%d containers outward)" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "When the mouse hovers over the icon's container (%d containers outward)" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "When the mouse hovers over the icon's container (%d containers outward)" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "When the mouse hovers over the row" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Choose the element which would trigger the hover effect. You may need to play around this value depending on your hover effect since some may have additional containers for the effect. <em>(Changes may not be visible in the frontend editor)</em>" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link to go to When Icon is Clicked' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Enter a URL here to make your icon a link." in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Open The Link in a New Window?' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check this to open the link above in a new window' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Icon Float' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Don't float" in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Float left' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Float right' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The float rule of the icon." in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Overflow the Next Content?' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "If the next content box is a single text block, you can check this field in order for the icon to occupy the whole height (not like when floated). This only applies when you have the float field set to left or right." in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Icon Margin' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The margin in pixels. By default this margin will be placed on the bottom of your icon. If floated left or right, this margin will also be used on the side the icon meets your content." in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Class name' in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You can add an extra class name to this icon if you want to add custom CSS styles to it." in file 4k-vc-icon-shortcode.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Search icon or pick one below..." in file edit_custom_walker.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Search Filter" in file edit_custom_walker.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file edit_custom_walker.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file edit_custom_walker.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s by %s' in file edit_custom_walker.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme requires the following plugin: %1$s.', 'This theme requires the following plugins: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme recommends the following plugin: %1$s.', 'This theme recommends the following plugins: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin installing plugin', 'Begin installing plugins' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Activate installed plugin', 'Activate installed plugins' in file functions.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Bottom margin for the Timeline (e.g 20 )", thefoxwp, 'thefoxwp' in file vc-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 js_composer, thefoxwp, woothemes, redux-framework, themecheck, cesis, redux-framework-demo, theme! Please enter purchase code to register your copy. <br/><b>, theme and be able to install our premium plugins and import our demo.<br/><p align=center><a href=https://www.youtube.com/watch?v=nzBQf3nnJA8 target=_blank>how to obtain purchase code?</a></p><p>Having problem with License registration? Please check this <a href=https://tranmautritam.ticksy.com/article/14207/ target=_blank>article</a></p>, user, radium, wordpress-importer, framework, woocommerce, featured-gallery, tgmpa, rdesign, helper, widgets.
  4. 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.
  5. PHP short tags : Presence of PHP short tagsPHP short tags were found in file parsedown.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.772: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
  6. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file radium-importer.php.
  7. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  8. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  9. Deprecated functions : screen_iconscreen_icon found in file wordpress-importer.php. Deprecated since version 3.8.1123: screen_icon();
  10. 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.
  11. I18N implementation : Proper use of ___all(Possible variable $this found in translation function in extension_tlm.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in extension_tlm.php. Translation function calls should not contain PHP variables. Possible variable $output found in translation function in extension_tlm.php. Translation function calls should not contain PHP variables. Possible variable $output found in translation function in extension_tlm.php. Translation function calls should not contain PHP variables. Possible variable $subtype found in translation function in extension_custom_fonts.php. Translation function calls should not contain PHP variables. Possible variable $response found in translation function in extension_custom_fonts.php. Translation function calls should not contain PHP variables. Possible variable $cvalue found in translation function in shipping-calculator.php. Translation function calls should not contain PHP variables.
  12. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  13. 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.
  14. Date and time implementation : Use of the_time()At least one hard coded date was found in the file ajax-handlers.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file rd_recent_blog_posts.php. Function get_option( 'date_format' ) should be used instead.
  15. 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. 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 term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  10. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  11. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  12. Use of includes : Use of include or requireThe theme appears to use include or require : vc_row.php 37: include('icon-contents.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 : vc_tabs.php 46: include('icon-contents.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.redux_api.php 539: include_once( $api_check ); 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 : extension_customizer.php 753: require_once( $class_file ); 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 : welcome.php 376: require_once 'views/about.php';391: require_once 'views/changelog.php';406: require_once 'views/extensions.php';422: require_once 'views/support.php';437: require_once 'views/credits.php';452: require_once 'views/status_report.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 : framework.php 1683: require_once 'core/enqueue.php';2832: require_once 'core/enqueue.php';2890: require_once 'core/panel.php';3242: require_once 'core/panel.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-init.php 183: 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 : loader.php 20: require_once( $class_file ); 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 : config.php 27: require_once(dirname(__FILE__) . '/loader.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 : shortcodes.class.php 3: require_once('get_wp.php');35: require_once( $this->conf ); 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 : get_wp.php 6: require_once( $path_to_wp . '/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 : popup.php 9: require_once( 'shortcodes.class.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 : preview.php 3: require_once('get_wp.php'); // loads wordpress stuff 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 : tinymce.loader.php 10: require_once( RD_TINYMCE_PATH . '/tinymce.class.php' ); // TinyMCE wrapper 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 : single.php 6: include(TEMPLATEPATH.'/single-portfolio.php');8: include(TEMPLATEPATH.'/single-staff.php');11: include(TEMPLATEPATH.'/single-business.php');14: include(TEMPLATEPATH.'/single-default.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 : 4k-vc-icon-shortcode.php 103: include( trailingslashit( dirname( __FILE__ ) ) . 'inc/font-js-classes.php'944: include( 'icons/icon-contents.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 : featured-galleries.php 25: require_once(FG_BASE_DIR .'/components/enqueuing.php' );26: require_once(FG_BASE_DIR .'/components/metabox.php' );27: require_once(FG_BASE_DIR .'/components/ajax-update.php' );28: require_once(FG_BASE_DIR .'/components/readmethods.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 : pricetable.php 328: include(dirname(__FILE__).'/tpl/pricetable.build.phtml');628: include($template);694: include(dirname(__FILE__).'/tpl/welcome.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 : metaboxes.php 119: include 'views/metaboxes/style.php';121: include 'views/metaboxes/sponsors_options.php';131: include 'views/metaboxes/style.php';133: include 'views/metaboxes/post_options.php';140: include 'views/metaboxes/style.php';142: include 'views/metaboxes/page_options.php';149: include 'views/metaboxes/style.php';151: include 'views/metaboxes/portfolio_options.php';161: include 'views/metaboxes/style.php';163: include 'views/metaboxes/staff_options.php';173: include 'views/metaboxes/style.php';175: include 'views/metaboxes/woo_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 : sweet-custom-menu.php 164: include_once( 'edit_custom_walker.php' );165: include_once( 'custom_walker.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 : rd_mega_menu.php 205: include_once( 'edit_custom_walker.php' );206: include_once( 'custom_walker.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 : radium-importer.php 158: require_once (ABSPATH . '/wp-admin/includes/file.php');454: require_once($class_wp_importer);469: require_once($class_wp_import);483: require_once (ABSPATH . '/wp-admin/includes/file.php');533: require_once (ABSPATH . '/wp-admin/includes/file.php');635: 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 : parsers.php 62: require_once (ABSPATH . '/wp-admin/includes/file.php');267: 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 : wordpress-importer.php 174: 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 : init.php 14: require_once( dirname( __FILE__ ) . '/importer/radium-importer.php' ); //lo 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 : widget-tweets.php 45: @require_once 'twitteroauth/twitteroauth.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 : vc-functions.php 5: include_once(ABSPATH.'wp-admin/includes/plugin.php');7199: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); // Require plugin 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 : rd_promo_box.php 66: include('icon-contents.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 : rd_countTo.php 134: include('icon-contents.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 : rd_iconbox.php 83: include('icon-contents.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 : rd_iconbox2.php 102: include('icon-contents.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 : rd_list.php 82: include('icon-contents.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 : rd_line_divider.php 118: include('icon-contents.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 : twitteroauth.php 10: require_once('OAuth.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 : rd_buttons.php 125: include('icon-contents.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 : twitteroauth.php 10: require_once('OAuth.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-shortcodes.php 15: require_once('rd_shortcodes/rd_portfolio.php');16: require_once('rd_shortcodes/rd_gmaps.php');17: require_once('rd_shortcodes/rd_staff_carousel.php');18: require_once('rd_shortcodes/rd_staff_posts.php');19: require_once('rd_shortcodes/rd_partners.php');20: require_once('rd_shortcodes/rd_partners_carousel.php');21: require_once('rd_shortcodes/rd_recent_blog_posts.php');22: require_once('rd_shortcodes/rd_carousel_blog_posts.php');23: require_once('rd_shortcodes/rd_cf7.php');24: require_once('rd_shortcodes/rd_code_box.php');25: require_once('rd_shortcodes/rd_four_quotes.php');26: require_once('rd_shortcodes/rd_recent_portfolio_posts.php');27: require_once('rd_shortcodes/rd_testimonials.php');28: require_once('rd_shortcodes/rd_table.php');29: require_once('rd_shortcodes/rd_text_divider.php');30: require_once('rd_shortcodes/rd_heading.php');31: require_once('rd_shortcodes/rd_heading_box.php');32: require_once('rd_shortcodes/rd_highlight.php');33: require_once('rd_shortcodes/rd_custom_text.php');34: require_once('rd_shortcodes/rd_chart.php');35: require_once('rd_shortcodes/rd_countTo.php');36: require_once('rd_shortcodes/rd_video.php');37: require_once('rd_shortcodes/rd_twitter_carousel.php');38: require_once('rd_shortcodes/rd_icon_divider.php');39: require_once('rd_shortcodes/rd_line_divider.php');40: require_once('rd_shortcodes/rd_dropcap.php');41: require_once('rd_shortcodes/rd_icon_dropcap.php');42: require_once('rd_shortcodes/rd_buttons.php');43: require_once('rd_shortcodes/rd_social_icons.php');44: require_once('rd_shortcodes/rd_share_icons.php');45: require_once('rd_shortcodes/rd_search.php');46: require_once('rd_shortcodes/rd_double_buttons.php');47: require_once('rd_shortcodes/rd_images_carousel.php');48: require_once('rd_shortcodes/rd_images_gallery.php');49: require_once('rd_shortcodes/rd_iconbox.php');50: require_once('rd_shortcodes/rd_iconbox2.php');51: require_once('rd_shortcodes/rd_icon.php');52: require_once('rd_shortcodes/rd_pricing_tables.php');53: require_once('rd_shortcodes/rd_profile_testimonial.php');54: require_once('rd_shortcodes/rd_progressbar.php');55: require_once('rd_shortcodes/rd_alert.php');56: require_once('rd_shortcodes/rd_promo_box.php');57: require_once('rd_shortcodes/rd_tabs.php');58: require_once('rd_shortcodes/rd_tooltip.php');59: require_once('rd_shortcodes/rd_timeline_event.php');60: require_once('rd_shortcodes/rd_list.php');61: require_once('rd_shortcodes/rd_accordion.php');62: require_once('rd_shortcodes/rd_blockquote.php');63: require_once('rd_shortcodes/rd_blog.php');64: require_once('rd_shortcodes/rd_blog_slide.php');65: require_once('rd_theme_functions/rd-backend-notice.php');68: require_once('rd_shortcodes/rd_woocommerce.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