0
Validation results

Jobster

Jobster

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEwpjobster v5.4.4.zip
  • FILE SIZE13073730 bytes
  • MD5609f62cc69505d19dadbf456193f6218
  • SHA1065b66a4b30641ddf09c4410410f1da1ef82dac2
  • LICENSECustom
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://wpjobster.com/
  • VERSION5.4.4
  • AUTHOR URI
  • TAGSwordpress theme, service marketplace, fiverr script
  • CREATION DATE2019-11-14
  • LAST FILE UPDATE2019-11-14
  • LAST VALIDATION2019-11-14 07:42
  • OTHER VERSIONS

    5.6.0 : 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 functions-customizer.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.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.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 PHP sytem calls Found @exec in file install.php. 38: @exec('composer', $output, $status);40: @exec('composer update', $output, $status);44: @exec('composer.phar', $output, $status);47: @exec('composer.phar update', $output, $status);Found proc_open in file index.php. 7: //exec('php -S -t ' . __DIR__ . '/');14: $process = proc_open($cmd, $descriptors, $pipes);
  4. Security breaches : Modification of PHP server settings Found ini_set in file bootstrap.php. 4: ini_set('display_errors', '1');Found ini_set in file general-helper-functions.php. 29: ini_set( 'display_errors',1 );30: ini_set( 'display_startup_errors',1 );33: ini_set( 'display_errors',0 );34: ini_set( 'display_startup_errors',0 );
  5. Security breaches : Use of base64_decode() Found base64_decode in file Cipher.php. 51: $input = base64_decode($input);Found base64_decode in file Image.php. 52: file_put_contents($name, base64_decode($this->getImage()));Found base64_decode in file JWT.php. 132: return base64_decode(strtr($input, '-_', '+/'));Found base64_decode in file html5fileupload.php. 23: $file = base64_decode($tmp[1]);Found base64_decode in file save_wp_jobcover_attachment.php. 23: $file = base64_decode($tmp[1]);Found base64_decode in file updates.php. 134: $license = maybe_unserialize(base64_decode($license));Found base64_decode in file api-helpers.php. 5175: if( !function_exists('openssl_decrypt') ) return base64_decode($data);5183: list($encrypted_data, $iv) = explode('::', base64_decode($data), 2);Found base64_decode in file functions-gateways.php. 164: $nts = base64_decode($nts);
  6. Security breaches : Use of base64_encode() Found base64_encode in file OauthHandler.php.
     'Authorization' => 'Basic ' . base64_encode($options['clientId'] . ':' . $options['clientSecret']),
    Found base64_encode in file Cipher.php.
     return base64_encode($iv . $encrypted);
    Found base64_encode in file OpenIdTokeninfo.php.
     'Authorization' => 'Basic ' . base64_encode($clientId . ':' . $clientSecret)
     'Authorization' => 'Basic ' . base64_encode($clientId . ':' . $clientSecret)
    Found base64_encode in file JWT.php.
     return str_replace('=', '', strtr(base64_encode($input), '+/', '-_'));
    Found base64_encode in file RequestValidator.php.
     return base64_encode(hash_hmac('sha1', $url, $this->AuthToken, true));
    Found base64_encode in file HttpStream.php.
     base64_encode(sprintf('%s:%s', $user, $pass)));
    Found base64_encode in file smssend.php.
     $sms['user_id'] = base64_encode($this->user_id); //SMS id.
     $sms['secure'] = base64_encode($this->secure);
     $sms['msg'] = base64_encode(stripslashes($msg));
     $sms['rphone'] = base64_encode($to);
     $sms['sphone1'] = base64_encode($from[0]);
     $sms['sphone2'] = base64_encode($from[1]);
     $sms['sphone3'] = base64_encode($from[2]);
     $sms['rdate'] = base64_encode('');
     $sms['rtime'] = base64_encode('');
     $sms['mode'] = base64_encode('1'); // When using base64, you must assign 1 to mode value.
     $sms['returnurl'] = base64_encode('');
     $sms['testflag'] = base64_encode('');
     $sms['repeatFlag'] = base64_encode('');
     $sms['repeatNum'] = base64_encode('');
     $sms['repeatTime'] = base64_encode('');
     $sms['smsType'] = base64_encode('S');
    Found base64_encode in file updates.php.
     $value = base64_encode(maybe_serialize($data));
    Found base64_encode in file api-helpers.php.
     if( !function_exists('openssl_encrypt') ) return base64_encode($data);
     return base64_encode($encrypted_data . '::' . $iv);
  7. Unwanted files : hidden file(s) or folder(s) .gitignore .editorconfig .travis.yml .coveralls.yml .htaccess .versions was found.
  8. Unwanted files : PHP error log error_log was found.
  9. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="http://wpjobster.com/settings/settings.php" height="0" border="0" width="0" style="overflow:hidden; height:0; border:0; width:0;"> in file html-payment-gateways.php. 40: <iframe src='http://wpjobster.com/settings/settings.php' height='0' border=Found <iframe src="http://wpjobster.com/settings/settings.php" height="0" border="0" width="0" style="overflow:hidden; height:0; border:0; width:0;"> in file html-layout-settings.php. 110: <iframe src='http://wpjobster.com/settings/settings.php' height='0' border=Found <iframe src="http://wpjobster.com/settings/settings.php" height="0" border="0" width="0" style="overflow:hidden; height:0; border:0; width:0;"> in file html-general-settings.php. 1216: <iframe src='http://wpjobster.com/settings/settings.php' height='0' border=Found <iframe class='request-google-map' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='https://maps.google.com/maps?q="<?php echo $request_address_value; ?> in file page-request-view.php. 112: <iframe class='request-google-map' frameborder='0' scrolling='no' marginheiFound <iframe class='job_google_map' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='" + src + "'> in file functions-single-job.php. 2107: var embed ='<iframe class='job_google_map' frameborder='0' scrolling='no' marginheight=
  10. Malware : Operations on file system fopen was found in the file install.php 31: $fp = fopen(COMPOSER_FILE, 'w');211: $fp = fopen($fileZip, 'w');fclose was found in the file install.php 33: fclose($fp);224: fclose($fp);file_get_contents was found in the file install.php 63: $json = @file_get_contents(COMPOSER_FILE);229: $json = file_get_contents($composer);368: $found = get_classes_defined(file_get_contents($file));fopen was found in the file install.php 31: $fp = fopen(COMPOSER_FILE, 'w');211: $fp = fopen($fileZip, 'w');fclose was found in the file install.php 33: fclose($fp);224: fclose($fp);file_get_contents was found in the file install.php 63: $json = @file_get_contents(COMPOSER_FILE);229: $json = file_get_contents($composer);368: $found = get_classes_defined(file_get_contents($file));file_get_contents was found in the file install.php 63: $json = @file_get_contents(COMPOSER_FILE);229: $json = file_get_contents($composer);368: $found = get_classes_defined(file_get_contents($file));file_put_contents was found in the file install.php 408: file_put_contents($loaderFile, $script);435: file_put_contents($bootstrapFile, $script);file_put_contents was found in the file install.php 408: file_put_contents($loaderFile, $script);435: file_put_contents($bootstrapFile, $script);file_get_contents was found in the file BillingAgreementsFunctionalTest.php 38: $operationString = file_get_contents(__DIR__ . '/../resources/$className/$testName.json');file_get_contents was found in the file WebhookFunctionalTest.php 35: $operationString = file_get_contents(__DIR__ . '/../resources/$className/$testName.json');file_get_contents was found in the file PaymentsFunctionalTest.php 30: $operationString = file_get_contents(__DIR__ . '/../resources/$className/$testName.json');file_get_contents was found in the file PayoutsFunctionalTest.php 32: $operationString = file_get_contents(__DIR__ . '/../resources/$className/$testName.json');file_get_contents was found in the file BillingPlansFunctionalTest.php 39: $operationString = file_get_contents(__DIR__ . '/../resources/$className/$testName.json');file_get_contents was found in the file WebProfileFunctionalTest.php 30: $operationString = file_get_contents(__DIR__ . '/../resources/$className/$testName.json');file_get_contents was found in the file InvoiceFunctionalTest.php 39: $operationString = file_get_contents(__DIR__ . '/../resources/$className/$testName.json');file_get_contents was found in the file AuthorizationCacheTest.php 75: $contents = file_get_contents(AuthorizationCacheTest::CACHE_FILE);file_get_contents was found in the file AuthorizationCache.php 29: $cachedToken = file_get_contents($cachePath);file_put_contents was found in the file AuthorizationCache.php 77: if(!file_put_contents($cachePath, json_encode($tokens))) {file_put_contents was found in the file Image.php 52: file_put_contents($name, base64_decode($this->getImage()));file_get_contents was found in the file ValidateWebhookEvent.php 20: // $bodyReceived = file_get_contents('php://input');fclose was found in the file index.php 20: fclose($pipes[0]);fopen was found in the file TinyHttp.php 77: if ($buf = fopen('php://memory', 'w+')) {fwrite was found in the file TinyHttp.php 78: fwrite($buf, $req_body);fclose was found in the file TinyHttp.php 115: fclose($buf);125: if (isset($buf) && is_resource($buf)) fclose($buf);fclose was found in the file TinyHttp.php 115: fclose($buf);125: if (isset($buf) && is_resource($buf)) fclose($buf);file_get_contents was found in the file HttpStream.php 67: $result = file_get_contents($url, false, $ctx);fclose was found in the file smssend.php 61: fclose($fp);file_get_contents was found in the file ip2locationlite.class.php 34: $xml = @file_get_contents('http://' . $this->service . '/' . $this->version . '/' .file_get_contents was found in the file parsers.php 66: $success = $dom->loadXML( file_get_contents( $file ) );296: 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 ) );296: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen was found in the file parsers.php 451: $fp = $this->fopen( $file, 'r' );675: function fopen( $filename, $mode = 'r' ) {678: return fopen( $filename, $mode );fclose was found in the file parsers.php 498: $this->fclose($fp);693: function fclose( $fp ) {696: return fclose( $fp );fopen was found in the file parsers.php 451: $fp = $this->fopen( $file, 'r' );675: function fopen( $filename, $mode = 'r' ) {678: return fopen( $filename, $mode );fopen was found in the file parsers.php 451: $fp = $this->fopen( $file, 'r' );675: function fopen( $filename, $mode = 'r' ) {678: return fopen( $filename, $mode );fclose was found in the file parsers.php 498: $this->fclose($fp);693: function fclose( $fp ) {696: return fclose( $fp );fclose was found in the file parsers.php 498: $this->fclose($fp);693: function fclose( $fp ) {696: return fclose( $fp );file_get_contents was found in the file wpjobster_banktransfer.php 22: parse_str(file_get_contents('php://input'), $response_array['php_input']);fopen was found in the file html5fileupload.php 29: $handle = fopen($serverdir.$filename,'w');fwrite was found in the file html5fileupload.php 30: fwrite($handle, $file);fclose was found in the file html5fileupload.php 31: fclose($handle);readfile was found in the file html5fileupload.php 55: readfile($file_url);fopen was found in the file save_wp_jobcover_attachment.php 29: $handle = fopen($serverdir.$filename,'w');fwrite was found in the file save_wp_jobcover_attachment.php 30: fwrite($handle, $file);fclose was found in the file save_wp_jobcover_attachment.php 31: fclose($handle);file_get_contents was found in the file html5fileupload.form.php 20: $contents = file_get_contents($file['tmp_name']);fopen was found in the file html5fileupload.form.php 22: $handle = fopen($serverdir.$fname,'w');fwrite was found in the file html5fileupload.form.php 23: fwrite($handle, $contents);fclose was found in the file html5fileupload.form.php 24: fclose($handle);file_get_contents was found in the file uploadpm.php 56: $contents = @file_get_contents( $secure_upload_path . '/.htaccess' );file_put_contents was found in the file uploadpm.php 59: @file_put_contents( $secure_upload_path . '/.htaccess', $rules );63: @file_put_contents( $secure_upload_path . '/.htaccess', $rules );68: @file_put_contents( $secure_upload_path . '/index.php', '<?php' . PHP_EOL . 77: @file_put_contents( $folder . 'index.php', '<?php' . PHP_EOL . '// Silence ifile_put_contents was found in the file uploadpm.php 59: @file_put_contents( $secure_upload_path . '/.htaccess', $rules );63: @file_put_contents( $secure_upload_path . '/.htaccess', $rules );68: @file_put_contents( $secure_upload_path . '/index.php', '<?php' . PHP_EOL . 77: @file_put_contents( $folder . 'index.php', '<?php' . PHP_EOL . '// Silence ifile_put_contents was found in the file uploadpm.php 59: @file_put_contents( $secure_upload_path . '/.htaccess', $rules );63: @file_put_contents( $secure_upload_path . '/.htaccess', $rules );68: @file_put_contents( $secure_upload_path . '/index.php', '<?php' . PHP_EOL . 77: @file_put_contents( $folder . 'index.php', '<?php' . PHP_EOL . '// Silence ifile_put_contents was found in the file uploadpm.php 59: @file_put_contents( $secure_upload_path . '/.htaccess', $rules );63: @file_put_contents( $secure_upload_path . '/.htaccess', $rules );68: @file_put_contents( $secure_upload_path . '/index.php', '<?php' . PHP_EOL . 77: @file_put_contents( $folder . 'index.php', '<?php' . PHP_EOL . '// Silence ifile_get_contents was found in the file dropzone.php 451: file_get_contents( $_FILES['file']['tmp_name'] )738: file_get_contents( $_FILES['file']['tmp_name'] )file_get_contents was found in the file dropzone.php 451: file_get_contents( $_FILES['file']['tmp_name'] )738: file_get_contents( $_FILES['file']['tmp_name'] )file_get_contents was found in the file json.php 155: $json = file_get_contents('{$path}/{$file}');fopen was found in the file json.php 228: $f = fopen('{$path}/{$file}', 'w');fwrite was found in the file json.php 229: fwrite($f, acf_json_encode( $field_group ));fclose was found in the file json.php 230: fclose($f);file_get_contents was found in the file class-acf-admin-tool-import.php 129: $json = file_get_contents( $file['tmp_name'] );file_get_contents was found in the file settings-info.php 151: $readme = file_get_contents( acf_get_path('readme.txt') );fopen was found in the file wpjobster-paypal.php 361: $fp = fopen( '.wpj_paypal.log', 'a' );fwrite was found in the file wpjobster-paypal.php 362: fwrite( $fp, $text . '\n' );fclose was found in the file wpjobster-paypal.php 363: fclose( $fp );fopen was found in the file paypal.class.php 108: $fp=fopen($this->ipn_log_file,'a');fwrite was found in the file paypal.class.php 109: fwrite($fp, $text . '\n\n');fclose was found in the file paypal.class.php 111: fclose($fp);file_get_contents was found in the file general-helper-functions.php 712: $geocode = file_get_contents( 'https://maps.googleapis.com/maps/api/geocode/json?addre769: $data = @file_get_contents( 'https://vimeo.com/api/oembed.json?url=' . $video_url );file_get_contents was found in the file general-helper-functions.php 712: $geocode = file_get_contents( 'https://maps.googleapis.com/maps/api/geocode/json?addre769: $data = @file_get_contents( 'https://vimeo.com/api/oembed.json?url=' . $video_url );fopen was found in the file functions-media.php 153: $fp = @fopen( $file, 'rb' );fclose was found in the file functions-media.php 173: fclose( $fp );file_get_contents was found in the file functions-media.php 1026: $upload_file = wp_upload_bits( $filename, null, file_get_contents( $img_path ) );file_get_contents was found in the file functions-custom-login.php 618: $response = file_get_contents( $url );file_put_contents was found in the file functions-customizer.php 410: file_put_contents( $path, stripslashes( $_POST['content'] ) );file_get_contents was found in the file first_run_basicoptions.php 1002: $upload_file = wp_upload_bits($filename, null, file_get_contents($file));
  11. Malware : Network operations curl_init was found in the file install.php 274: $ch = curl_init();curl_exec was found in the file install.php 290: $res = curl_exec($ch);curl_init was found in the file PayPalHttpConnection.php 44: if (!function_exists('curl_init')) {85: $ch = curl_init($this->httpConfig->getUrl());curl_exec was found in the file PayPalHttpConnection.php 117: $result = curl_exec($ch);125: $result = curl_exec($ch);135: $result = curl_exec($ch);curl_exec was found in the file PayPalHttpConnection.php 117: $result = curl_exec($ch);125: $result = curl_exec($ch);135: $result = curl_exec($ch);curl_exec was found in the file PayPalHttpConnection.php 117: $result = curl_exec($ch);125: $result = curl_exec($ch);135: $result = curl_exec($ch);curl_init was found in the file TinyHttp.php 93: if ($curl = curl_init()) {curl_exec was found in the file TinyHttp.php 95: if ($response = curl_exec($curl)) {fsockopen was found in the file smssend.php 53: $fp = fsockopen($host, 80);curl_init was found in the file ip2locationlite.class.php 59: $ch = curl_init();curl_exec was found in the file ip2locationlite.class.php 65: $result = curl_exec($ch);curl_init was found in the file wpjobster_common_subscription.php 256: $ch = curl_init();curl_exec was found in the file wpjobster_common_subscription.php 267: $response = curl_exec( $ch );curl_init was found in the file paypal.class.php 64: $ch = curl_init($this->paypal_url);curl_exec was found in the file paypal.class.php 73: $res = curl_exec($ch);curl_init was found in the file images-helper-functions.php 7: $curl = curl_init();curl_exec was found in the file images-helper-functions.php 15: curl_exec( $curl );curl_init was found in the file general-helper-functions.php 697: $ch = curl_init();943: $curl = curl_init( $url );curl_exec was found in the file general-helper-functions.php 702: $data = curl_exec($ch);945: $result = curl_exec( $curl);curl_init was found in the file general-helper-functions.php 697: $ch = curl_init();943: $curl = curl_init( $url );curl_exec was found in the file general-helper-functions.php 702: $data = curl_exec($ch);945: $result = curl_exec( $curl);curl_init was found in the file functions-custom-login.php 608: if ( function_exists( 'curl_init' ) && function_exists( 'curl_setopt' ) && function_exists( 'curl_609: $ch = curl_init();curl_exec was found in the file functions-custom-login.php 608: if ( function_exists( 'curl_init' ) && function_exists( 'curl_setopt' ) && function_exists( 'curl_exec' ) ) {615: $response = curl_exec( $ch );curl_init was found in the file functions-price.php 254: $ch = curl_init('http://openexchangerates.org/api/{$file}?app_id={$appid}');curl_exec was found in the file functions-price.php 258: $json = curl_exec($ch);
  12. Admin menu : Themes should use add_theme_page() for adding admin pages. 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 admin.php : 66: add_submenu_page(File settings.php : 91: add_submenu_page('options-general.php', 'Bookmarks Settings', 'Bookmarks SeFile options-page.php : 158: * add_sub_page170: function add_sub_page( $page ) {342: * alias of acf_options_page()->add_sub_page()356: return acf_options_page()->add_sub_page( $page );File admin-options-page.php : 67: $slug = add_menu_page( $page['page_title'], $page['menu_title'], $page['capability'File admin-options-page.php : 72: $slug = add_submenu_page( $page['parent_slug'], $page['page_title'], $page['menu_tiFile admin-settings-updates.php : 162: $page = add_submenu_page('edit.php?post_type=acf-field-group', __('Updates','acf'),File admin-tools.php : 116: $page = add_submenu_page('edit.php?post_type=acf-field-group', __('Tools','acf'), _File admin.php : 113: add_menu_page(__('Custom Fields','acf'), __('Custom Fields','acf'), $cap, $File admin.php : 117: add_submenu_page($slug, __('Field Groups','acf'), __('Field Groups','acf'),118: add_submenu_page($slug, __('Add New','acf'), __('Add New','acf'), $cap, 'poFile admin.php : 117: add_submenu_page($slug, __('Field Groups','acf'), __('Field Groups','acf'),118: add_submenu_page($slug, __('Add New','acf'), __('Add New','acf'), $cap, 'poFile admin-upgrade.php : 47: $page = add_submenu_page('index.php', __('Upgrade Database','acf'), __('Upgrade Dat94: $page = add_submenu_page('index.php', __('Upgrade Database','acf'), __('Upgrade DatFile admin-upgrade.php : 47: $page = add_submenu_page('index.php', __('Upgrade Database','acf'), __('Upgrade Dat94: $page = add_submenu_page('index.php', __('Upgrade Database','acf'), __('Upgrade DatFile settings-addons.php : 51: $page = add_submenu_page('edit.php?post_type=acf-field-group', __('Add-ons','acf'),File settings-info.php : 50: add_submenu_page('edit.php?post_type=acf-field-group', __('Info','acf'), __File class.rda-options.php : 137: * @uses add_options_page() to add a sub-menu under 'Settings'140: add_options_page(File class.rda-options.php : 137: * @uses add_options_page() to add a sub-menu under 'Settings'140: add_options_page(File admin-settings.php : 491: add_menu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(File admin-settings.php : 499: add_submenu_page(506: add_submenu_page(514: add_submenu_page(522: add_submenu_page(530: add_submenu_page(538: add_submenu_page(546: add_submenu_page(554: add_submenu_page(562: add_submenu_page(570: add_submenu_page(578: add_submenu_page(586: add_submenu_page(594: add_submenu_page(602: add_submenu_page(610: add_submenu_page(618: add_submenu_page(626: add_submenu_page(634: add_submenu_page(642: add_submenu_page(650: add_submenu_page(
  13. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : admin-settings.php.
  14. Comment reply : Declaration of comment reply Could not find the comment-reply js script enqueued.
  15. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file shortcodes-add-or-edit.php. get_template_directory() should be used instead. 510: require_once TEMPLATEPATH . '/lib/autoimport/autoimporter.php';515: 'file' => TEMPLATEPATH . '/lib/autoimport/content/page_post_new_edit_job.xml',Constant TEMPLATEPATH was found in the file user-profile.php. get_template_directory() should be used instead. 1228: require_once TEMPLATEPATH . '/lib/autoimport/autoimporter.php';1233: 'file' => TEMPLATEPATH . '/lib/autoimport/content/page_user_profile.xml',Constant TEMPLATEPATH was found in the file request-post-new-or-edit.php. get_template_directory() should be used instead. 1053: require_once TEMPLATEPATH . '/lib/autoimport/autoimporter.php';1058: 'file' => TEMPLATEPATH . '/lib/autoimport/content/page_post_new_edit_request.xml',Constant TEMPLATEPATH was found in the file first_run_democontent_brizy.php. get_template_directory() should be used instead. 14: require_once TEMPLATEPATH . '/lib/autoimport/autoimporter.php';18: 'file' => TEMPLATEPATH . '/lib/autoimport/content/' . $xml_name,
  16. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  17. Deprecated functions : get_usermeta get_usermeta found in file login.php. Deprecated since version 3.0. Use get_user_meta() instead.177: $password = get_usermeta( $user_obj->ID, '_random' );
  18. Deprecated functions : screen_icon screen_icon found in file class.rda-options.php. Deprecated since version 3.8.159: <?php screen_icon(); ?>
  19. Deprecated functions : wp_get_http wp_get_http found in file autoimporter.php. Deprecated since version 4.4. Use WP_Http instead.869: $headers = wp_get_http( $url, $upload['file'] );
  20. Deprecated functions : get_currentuserinfo get_currentuserinfo found in file bookmark-functions.php. Deprecated since version 4.5. Use wp_get_current_user instead.22: get_currentuserinfo();get_currentuserinfo found in file functions-gateways.php. Deprecated since version 4.5. Use wp_get_current_user instead.898: get_currentuserinfo();get_currentuserinfo found in file job-delete.php. Deprecated since version 4.5. Use wp_get_current_user instead.10: get_currentuserinfo();get_currentuserinfo found in file job-activation.php. Deprecated since version 4.5. Use wp_get_current_user instead.62: get_currentuserinfo();93: get_currentuserinfo();get_currentuserinfo found in file request-post.php. Deprecated since version 4.5. Use wp_get_current_user instead.45: get_currentuserinfo();get_currentuserinfo found in file payment-bank-details.php. Deprecated since version 4.5. Use wp_get_current_user instead.6: get_currentuserinfo();
  21. Deprecated functions : get_bloginfo get_bloginfo( 'url' ) was found in the file html-email-settings.php. Use home_url() instead.57: <form method='post' action='<?php echo get_bloginfo( 'url' ); ?>/wp-admin/admin.php?page=email-settings&active_tabget_bloginfo( 'url' ) was found in the file html-resolution-center.php. Use home_url() instead.91: <th><?php echo '<a href='' . get_bloginfo( 'url' ) . '/?jb_action=chat_box&oid=' . $row->order_id . ''>'get_bloginfo( 'url' ) was found in the file html-orders.php. Use home_url() instead.230: <button class='view-all-orders' onclick='location.href='<?php echo get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats'; ?>'' type='get_bloginfo('url') was found in the file html-pricing-settings.php. Use home_url() instead.27: <form method='post' action='<?php echo get_bloginfo('url'); ?>/wp-admin/admin.php?page=pricing-settings&active_tab167: <form method='post' action='<?php echo get_bloginfo('url'); ?>/wp-admin/admin.php?page=pricing-settings&active_tab414: <form method='post' action='<?php echo get_bloginfo('url'); ?>/wp-admin/admin.php?page=pricing-settings&active_tab461: <form method='post' action='<?php echo get_bloginfo('url'); ?>/wp-admin/admin.php?page=pricing-settings&active_tab511: <form method='post' action='<?php echo get_bloginfo('url'); ?>/wp-admin/admin.php?page=pricing-settings&active_tab610: <form method='post' action='<?php echo get_bloginfo('url'); ?>/wp-admin/admin.php?page=pricing-settings&active_tab666: <form method='post' action='<?php echo get_bloginfo('url'); ?>/wp-admin/admin.php?page=pricing-settings&active_tab763: <form method='post' action='<?php echo get_bloginfo('url'); ?>/wp-admin/admin.php?page=pricing-settings&active_tab794: <form method='post' action='<?php echo get_bloginfo('url'); ?>/wp-admin/admin.php?page=pricing-settings&active_tab858: url: '<?php echo get_bloginfo('url'); ?>/',get_bloginfo( 'url' ) was found in the file html-preview-notifications.php. Use home_url() instead.71: <a href='<?php echo get_bloginfo( 'url' ) . '/?jb_action=chat_box&oid=' . $row->oid; ?>'>get_bloginfo('url') was found in the file html-reviews.php. Use home_url() instead.25: else $rev_pg_lnk = get_bloginfo('url'). '/?page_id='. get_option('wpjobster_my_account_reviews52: url: '<?php echo get_bloginfo('url'); ?>/',get_bloginfo('url') was found in the file html-sales.php. Use home_url() instead.115: else $sal_pg_lnk = get_bloginfo('url'). '/?page_id='. get_option('wpjobster_my_account_sales_pget_bloginfo('url') was found in the file html-shopping.php. Use home_url() instead.33: else $shp_pg_lnk = get_bloginfo('url'). '/?page_id='. get_option('wpjobster_my_account_shoppinget_bloginfo( 'url' ) was found in the file html-my-account.php. Use home_url() instead.133: else $acc_pg_lnk = get_bloginfo( 'url' ) . '/?page_id=' . get_option( 'wpjobster_my_account_paget_bloginfo('url') was found in the file content-archive-request.php. Use home_url() instead.6: else $privurl_m = get_bloginfo('url'). '/?page_id='. get_option('wpjobster_my_account_priv_meget_bloginfo('url') was found in the file page-job-feature.php. Use home_url() instead.57: <form class='ui form' action='<?php echo get_bloginfo('url'); ?>' method='get'>get_bloginfo( 'url' ) was found in the file subscription_form.php. Use home_url() instead.82: wp_redirect( get_bloginfo( 'url' ) ); exit;get_bloginfo('url') was found in the file page-user-badges.php. Use home_url() instead.14: <form class='' action='<?php echo get_bloginfo('url'); ?>' method='get'>get_bloginfo('url') was found in the file page-user-email.php. Use home_url() instead.24: <a class='big ui primary button w100 login-link' href='<?php echo get_bloginfo('url').'/wp-login.php?redirect_to=' . urlencode( get_permalinkget_bloginfo('url') was found in the file page-user-phone.php. Use home_url() instead.21: <form method='post' enctype='multipart/form-data' action='<?php echo get_bloginfo('url') . '/?jb_action=verify_phone&resend=true'; ?>'>35: <a class='big ui primary button w100 login-link' href='<?php echo get_bloginfo('url').'/wp-login.php?redirect_to=' . urlencode( get_permalinkget_bloginfo('url') was found in the file class-wpj-requests.php. Use home_url() instead.160: wp_redirect(get_bloginfo('url'));201: else $acc_pg_lnk = get_bloginfo('url'). '/?page_id='. get_option('wpjobster_theme_my_requests'get_bloginfo( 'url' ) was found in the file get_for_free.php. Use home_url() instead.70: wp_redirect( get_bloginfo( 'url' ) . '/?jb_action=chat_box&oid=' . $order_id );get_bloginfo('url') was found in the file balance-featured.php. Use home_url() instead.2: if(!is_user_logged_in()) { wp_redirect( get_bloginfo('url').'/wp-login.php?redirect_to=' . urlencode( get_permalinkget_bloginfo('url') was found in the file credits.php. Use home_url() instead.2: if(!is_user_logged_in()) { wp_redirect( get_bloginfo('url').'/wp-login.php?redirect_to=' . urlencode( get_permalink59: wp_redirect(get_bloginfo('url').'/?jb_action=chat_box&oid='.$orderid);77: wp_redirect(get_bloginfo('url').'/?jb_action=chat_box&oid='.$last_row_id);get_bloginfo('url') was found in the file balance-badges.php. Use home_url() instead.2: if(!is_user_logged_in()) { wp_redirect( get_bloginfo('url').'/wp-login.php?redirect_to=' . urlencode( get_permalinkget_bloginfo( 'url' ) was found in the file common.php. Use home_url() instead.41: wp_redirect( get_bloginfo( 'url' ) ); die();45: wp_redirect( get_bloginfo( 'url' ) ); die();122: wp_redirect( get_bloginfo( 'url' ) ); die();126: wp_redirect( get_bloginfo( 'url' ) ); die();131: wp_redirect( get_bloginfo( 'url' ) ); die();139: wp_redirect( get_bloginfo( 'url' ) ); die();230: wp_redirect( get_bloginfo( 'url' ) . '/?jb_action=chat_box&oid=' . $last_row_id );get_bloginfo( 'url' ) was found in the file wpjobster-paypal.php. Use home_url() instead.183: wp_redirect( get_bloginfo( 'url' ) ); exit;get_bloginfo('url') was found in the file light-ajax-functions.php. Use home_url() instead.120: else $privurl_m = get_bloginfo('url'). '/?page_id='. get_option('wpjobster_my_account_priv_meget_bloginfo( 'url' ) was found in the file private-messages.php. Use home_url() instead.23: echo '<a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=privmess&active_tab=tabs1get_bloginfo('url') was found in the file admin-settings.php. Use home_url() instead.892: echo '<a href='' . get_bloginfo('url') . '/wp-admin/post.php?post=' . $post->ID . '&action=edi921: echo '<a class='awesome' href='' . get_bloginfo('url') . '/wp-admin/post.php?post=' . $post->ID . '&action=ediget_bloginfo( 'url' ) was found in the file orders.php. Use home_url() instead.50: wp_redirect( get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats&payment_statu62: wp_redirect( get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats&payment_statu66: wp_redirect( get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats&payment_statu403: echo '<a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats&active_tab=' 447: '<a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats&order_id=' . 463: '<a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats&order_id=' . 482: '<a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats&order_id=' . 497: '<a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats&order_id=' . 787: <a title='' . __( 'Mark payment completed', 'wpjobster' ) . '' href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats&order_id=' . 801: <a title='' . __( 'Mark payment cancelled', 'wpjobster' ) . '' href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats&order_id=' . 810: <a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats&idclose=' . $820: <a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats&idclear=' . $830: <a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats&idblockclear=1104: 'value' => '<a href='' . get_bloginfo( 'url' ) . '/?jb_action=chat_box&oid=' . $row->id . ''>' . $ro1382: 'value' => '<a href='' . get_bloginfo( 'url' ) . '/?jb_action=show_bank_details&oid=' . $row->id . '1633: 'value' => '<a href='' . get_bloginfo( 'url' ) . '/?jb_action=chat_box&oid=' . $row->order_id . ''>'1724: 'value' => '<a href='' . get_bloginfo( 'url' ) . '/?jb_action=chat_box&oid=' . $row->order_id . ''>'get_bloginfo( 'url' ) was found in the file user-balances.php. Use home_url() instead.23: echo '<a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=User-Balances&active_tab=get_bloginfo( 'url' ) was found in the file transaction-messages.php. Use home_url() instead.23: echo '<a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=chatmess&active_tab=tabs1get_bloginfo( 'url' ) was found in the file transactions.php. Use home_url() instead.22: echo '<a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=trans-site&active_tab=tabget_bloginfo( 'url' ) was found in the file general-settings.php. Use home_url() instead.233: echo '<div class='error fade'><p>' . __( 'You can\'t enable recaptcha because api key field is empty! Click <a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=general-options#wpjobster236: echo '<div class='error fade'><p>' . __( 'You can\'t enable recaptcha because api secret field is empty! Click <a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=general-options#wpjobsterget_bloginfo( 'url' ) was found in the file user-badges.php. Use home_url() instead.66: echo '<a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=user_badges&active_tab=taget_bloginfo( 'url' ) was found in the file user-levels.php. Use home_url() instead.349: echo '<a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=user_levels&active_tab=taget_bloginfo( 'url' ) was found in the file user-reviews.php. Use home_url() instead.22: echo '<a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=usrrev&active_tab=tabs1' get_bloginfo( 'url' ) was found in the file resolution-center.php. Use home_url() instead.27: echo '<a href='' . get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=resolution-center&active_get_bloginfo( 'url' ) was found in the file functions-payments.php. Use home_url() instead.14: else $pay_pg_lnk = get_bloginfo( 'url' ) . '?page_id=' . get_option( 'wpjobster_my_account_payget_bloginfo('url') was found in the file functions-private-messages.php. Use home_url() instead.19: else $privurl_m = get_bloginfo('url'). '/?page_id='. get_option('wpjobster_my_account_priv_meget_bloginfo('url') was found in the file functions-all-notifications.php. Use home_url() instead.35: <a href='<?php echo get_bloginfo('url') . '/?jb_action=chat_box&oid=' . $row->oid; ?>' class='cget_bloginfo('url') was found in the file functions-header.php. Use home_url() instead.29: url: '<?php echo get_bloginfo('url'); ?>/',43: url: '<?php echo get_bloginfo('url'); ?>/',get_bloginfo('url') was found in the file functions-sms-mail.php. Use home_url() instead.892: $cnv_lnk = get_bloginfo('url') . '/?jb_action=chat_box&oid=' . $oid;944: $email_verification = get_bloginfo('url') . '/?jb_action=verify_email&username=' . $receiver_user948: $withdrawal_email_verification = get_bloginfo('url') . '/?jb_action=verify_email&username=' . $receiver_data1034: get_bloginfo('url'),1198: $cnv_lnk = get_bloginfo('url') . '/?jb_action=chat_box&oid=' . $oid;1226: $email_verification = get_bloginfo('url') . '/?jb_action=verify_email&username=' . $receiver_data1230: $withdrawal_email_verification = get_bloginfo('url') . '/?jb_action=verify_email&username=' . $receiver_data1327: get_bloginfo('url'),1561: $phone_verification_url = get_bloginfo('url') . '/?jb_action=verify_phone&resend=true';get_bloginfo('url') was found in the file functions-posts-listings.php. Use home_url() instead.171: $act_link = get_bloginfo('url') . '/?jb_action=resend_withdrawal_mail&uid=' . $row->uid325: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;388: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;395: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;402: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;409: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;421: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;429: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;437: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;445: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;get_bloginfo('url') was found in the file functions-wpjobster.php. Use home_url() instead.234: return qtrans_removeLanguageURL(get_bloginfo('url') . '/wp-login.php');236: return get_bloginfo('url') . '/wp-login.php';731: return get_bloginfo('url') . '?switch_filter=' . $tp . '&get_urls=' . urlencode(ge740: return get_bloginfo('url') . '/?page_id=' . get_option('wpjobster_post_new_page_idget_bloginfo('url') was found in the file functions-gateways.php. Use home_url() instead.396: $order_url = get_bloginfo('url') . '/?jb_action=chat_box&oid=' . $orderid;905: wp_redirect(get_bloginfo('url').'/?jb_action=chat_box&oid='.$last_row_id);get_bloginfo('url') was found in the file functions-pm.php. Use home_url() instead.38: if ($using_perm) $privurl_m = get_permalink(get_option('wpjobster_my_account_priv_mess_page_id')) . '/?'; else $privurl_m = get_bloginfo('url') . '/?page_id=' . get_option('wpjobster_my_account_priv_349: <form method='post' name='purchase<?php echo $row->custom_offer; ?>' action='<?php echo get_bloginfo('url') . '/?jb_action=purchase_this&jobid=' . $row->custom_offget_bloginfo( 'url' ) was found in the file functions-media.php. Use home_url() instead.2174: <a class='download-req' target='_blank' href='<?php echo get_bloginfo( 'url' ) . '/?secure_download=' . $attachment . wpjobster_get_get_bloginfo( 'url' ) was found in the file functions-subscription.php. Use home_url() instead.49: wp_redirect( get_bloginfo( 'url' ) );get_bloginfo( 'url' ) was found in the file functions-notifications.php. Use home_url() instead.24: $order_url = get_bloginfo( 'url' ) . '/?jb_action=chat_box&oid=' . $order_id;66: $order_url = get_bloginfo( 'url' ) . '/?jb_action=chat_box&oid=' . $order_id;get_bloginfo( 'url' ) was found in the file shortcodes-add-or-edit.php. Use home_url() instead.1057: else $rdrlnk = get_bloginfo( 'url' ) . '/?page_id=' . get_option( 'wpjobster_pay_for_posti1870: $blog_url = get_bloginfo( 'url' ); ?>get_bloginfo( 'url' ) was found in the file job-mark-completed.php. Use home_url() instead.4: if ( ! is_user_logged_in() ) { wp_redirect( get_bloginfo( 'url' ) . '/wp-login.php?redirect_to=' . urlencode( get_perma25: wp_redirect( get_bloginfo( 'url' ) . '?jb_action=chat_box&oid=' . $orderid );30: wp_redirect( get_bloginfo( 'url' ) . '?jb_action=chat_box&oid=' . $orderid );get_bloginfo('url') was found in the file job-mutual-cancelation-abort.php. Use home_url() instead.3: if(!is_user_logged_in()) { wp_redirect( get_bloginfo('url').'/wp-login.php?redirect_to=' . urlencode( get_permalink35: wp_redirect(get_bloginfo('url').'?jb_action=chat_box&oid='.$orderid);59: wp_redirect(get_bloginfo('url').'?jb_action=chat_box&oid='.$orderid);63: wp_redirect(get_bloginfo('url')); exit;get_bloginfo( 'url' ) was found in the file job-mark-delivered.php. Use home_url() instead.4: if( ! is_user_logged_in() ) { wp_redirect( get_bloginfo( 'url' ) . '/wp-login.php?redirect_to=' . urlencode( get_perma60: wp_redirect( get_bloginfo( 'url' ) . '?jb_action=chat_box&oid=' . $orderid ); exit;63: wp_redirect( get_bloginfo( 'url' ) ); exit;get_bloginfo('url') was found in the file job-cleared.php. Use home_url() instead.109: $order_url = get_bloginfo('url') . '/?jb_action=chat_box&oid=' . $orderid;get_bloginfo( 'url' ) was found in the file job-order-cancellation.php. Use home_url() instead.23: wp_redirect( get_bloginfo( 'url' ) ); exit;68: $url = get_bloginfo( 'url' ) . '/?jb_action=chat_box&oid=' . $oid;get_bloginfo( 'url' ) was found in the file job-feature.php. Use home_url() instead.229: wp_redirect( get_bloginfo( 'url' ) . '/wp-login.php?redirect_to=' . urlencode( get_perma234: wp_redirect( get_bloginfo( 'url' ) ); exit;get_bloginfo( 'url' ) was found in the file functions-single-job.php. Use home_url() instead.756: <form class='ui form' method='post' name='myFormPurchase' action='<?php echo get_bloginfo( 'url' ) . '/?jb_action=purchase_this&jobid=' . get_the_ID(); 1106: <form id='purchase-form' method='post' name='myFormPurchase2' action='<?php echo get_bloginfo( 'url' ) . '/?jb_action=purchase_this&jobid=' . $pid; ?>' clasget_bloginfo('url') was found in the file user-email.php. Use home_url() instead.24: wp_redirect(get_bloginfo('url'));27: wp_redirect(get_bloginfo('url'));110: wp_redirect(get_bloginfo('url'));141: else $pay_pg_lnk = get_bloginfo('url'). '?page_id='. get_option('wpjobster_my_account_paymentsget_bloginfo( 'url' ) was found in the file user-profile.php. Use home_url() instead.480: $privurl_m = get_bloginfo( 'url' ) . '/?page_id=' . get_option( 'wpjobster_my_account_prget_bloginfo( 'url' ) was found in the file localize.php. Use home_url() instead.56: 'blog_url' => get_bloginfo( 'url' ),get_bloginfo( 'url' ) was found in the file request-view.php. Use home_url() instead.7: $privurl_m = $using_perm ? get_permalink( get_option( 'wpjobster_my_account_priv_mess_page_id' ) ) . '?' : get_bloginfo( 'url' ) . '/?page_id=' . get_option( 'wpjobster_my_account_prget_bloginfo('url') was found in the file payment-chat-box.php. Use home_url() instead.207: else $privurl_m = get_bloginfo('url'). '/?page_id='. get_option('wpjobster_my_account_priv_me211: wp_redirect(get_bloginfo('url'));1188: <form id='accept_custom_extra' method='post' name='purchase_custom_extra<?php echo $row->content; ?>' action='<?php echo get_bloginfo('url') . '/?jb_action=purchase_this&oid=' . $orderid . '&custo1944: url: '<?php echo get_bloginfo('url'); ?>/',2036: url: '<?php echo get_bloginfo('url'); ?>/',get_bloginfo( 'url' ) was found in the file payment-purchase-this.php. Use home_url() instead.9: $redirect_link = get_bloginfo( 'url' );30: $redirect_link = get_bloginfo( 'url' ) . '/?jb_action=chat_box&oid=' . $oid;42: $redirect_link = get_bloginfo( 'url' ) . '/?jb_action=chat_box&oid=' . $oid;522: wp_redirect( get_bloginfo( 'url' ) . '/wp-login.php?redirect_to=' . urlencode( $redirect532: wp_redirect( get_bloginfo( 'url' ) );539: wp_redirect( get_bloginfo( 'url' ) );554: wp_redirect( get_bloginfo( 'url' ) );561: wp_redirect( get_bloginfo( 'url' ) );572: wp_redirect( get_bloginfo( 'url' ) );get_bloginfo( 'url' ) was found in the file first_run.php. Use home_url() instead.58: <a class='page-title-action' href='<?php echo get_bloginfo( 'url' ).'/wp-admin/admin.php?page=PT1_admin_mnu&dbupdate=true85: &nbsp; <a class='' href='<?php echo get_bloginfo( 'url' ).'/wp-admin/admin.php?page=general-options'; ?>'><?php94: &nbsp; <a class='' href='<?php echo get_bloginfo( 'url' ).'/wp-admin/admin.php?page=general-options'; ?>'><?php126: &nbsp; <a class='' href='<?php echo get_bloginfo( 'url' ).'/wp-admin/admin.php?page=pricing-settings&active_tab153: <p><a class='button action' href='<?php echo get_bloginfo( 'url' ).'/wp-admin/admin.php?page=PT1_admin_mnu&deleteinclude197: <a class='button action' href='<?php echo get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=PT1_admin_mnu&replace_soc198: <a class='button action' href='<?php echo get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=PT1_admin_mnu&replace_soc231: <a class='button action' href='<?php echo get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=PT1_admin_mnu&add_content232: <a class='button action' href='<?php echo get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=PT1_admin_mnu&add_contentget_bloginfo('url') was found in the file first_run_democontent.php. Use home_url() instead.47: <h2><a class='button button-hero button-primary' href='<?php echo get_bloginfo('url').'/wp-admin/admin.php?page=PT1_admin_mnu&importdemo=briz
  22. Deprecated functions : bloginfo bloginfo( 'url' ) was found in the file html-email-settings.php. Use echo esc_url( home_url() ) instead.19: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=email-settings&active_tab=tab57: <form method='post' action='<?php echo get_bloginfo( 'url' ); ?>/wp-admin/admin.php?page=email-settings&active_tab=pre111: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=email-settings&active_tab=emabloginfo( 'url' ) was found in the file html-layout-settings.php. Use echo esc_url( home_url() ) instead.20: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=layout-settings&active_tab=ta54: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=layout-settings&active_tab=otbloginfo( 'url' ) was found in the file html-sms-settings.php. Use echo esc_url( home_url() ) instead.18: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=sms-settings&active_tab=tabs1bloginfo( 'url' ) was found in the file html-resolution-center.php. Use echo esc_url( home_url() ) instead.31: <a href='<?php echo bloginfo( 'url' ) . '/wp-admin/admin.php?page=resolution-center&active_tab=91: <th><?php echo '<a href='' . get_bloginfo( 'url' ) . '/?jb_action=chat_box&oid=' . $row->order_id . ''>' . $bloginfo( 'url' ) was found in the file html-subscription.php. Use echo esc_url( home_url() ) instead.21: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=subscriptions&active_tab=tabs75: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=subscriptions&active_tab=tabs129: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=subscriptions&active_tab=tabs272: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=subscriptions&active_tab=tabsbloginfo( 'url' ) was found in the file html-orders.php. Use echo esc_url( home_url() ) instead.181: <form method='get' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php'>210: <a href='<?php echo bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats&active_tab=' . $p230: <button class='view-all-orders' onclick='location.href='<?php echo get_bloginfo( 'url' ) . '/wp-admin/admin.php?page=order-stats'; ?>'' type='buttbloginfo('url') was found in the file html-private-messages.php. Use echo esc_url( home_url() ) instead.75: <form method='get' action='<?php bloginfo('url'); ?>/wp-admin/admin.php'>bloginfo( 'url' ) was found in the file html-sms-gateways.php. Use echo esc_url( home_url() ) instead.40: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=sms-gateways&active_tab=tabs170: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=sms-gateways&active_tab=tabs2108: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=sms-gateways&active_tab=tabs3bloginfo( 'url' ) was found in the file html-user-reviews.php. Use echo esc_url( home_url() ) instead.100: <form method='get' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php'>bloginfo( 'url' ) was found in the file html-user-levels.php. Use echo esc_url( home_url() ) instead.72: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=user_levels&active_tab=tabs2'107: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=user_levels&active_tab=tabs3'159: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=user_levels&active_tab=tabs4'313: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=user_levels&active_tab=tabs5'431: <form method='get' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php'>bloginfo('url') was found in the file html-transactions.php. Use echo esc_url( home_url() ) instead.68: <form method='get' action='<?php bloginfo('url'); ?>/wp-admin/admin.php'>bloginfo( 'url' ) was found in the file html-general-settings.php. Use echo esc_url( home_url() ) instead.39: <form method='post' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=general-options'>304: <form method='post' action='<?php bloginfo( 'url' );?>/wp-admin/admin.php?page=general-options&active_tab=jobbloginfo( 'url' ) was found in the file html-user-badges.php. Use echo esc_url( home_url() ) instead.75: <form class='rating' id='rating' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php?page=user_badges&active_tab=tabs2'133: <form method='get' action='<?php bloginfo( 'url' ); ?>/wp-admin/admin.php'>bloginfo('url') was found in the file html-transaction-messages.php. Use echo esc_url( home_url() ) instead.80: <form method='get' action='<?php bloginfo('url'); ?>/wp-admin/admin.php'>bloginfo('url') was found in the file html-user-balances.php. Use echo esc_url( home_url() ) instead.74: <form method='get' action='<?php bloginfo('url'); ?>/wp-admin/admin.php'>bloginfo('url') was found in the file html-shopping.php. Use echo esc_url( home_url() ) instead.33: else $shp_pg_lnk = get_bloginfo('url'). '/?page_id='. get_option('wpjobster_my_account_shopping_pa190: base_url = '<?php bloginfo('url'); ?>/?pay_for_item='+payment_gateway+'&order_id='+order_id+'bloginfo( 'url' ) was found in the file html-my-account.php. Use echo esc_url( home_url() ) instead.106: <a href='<?php bloginfo( 'url' ); ?>/?jb_action=badges' class='ui secondary button'><?php 121: <a href='<?php bloginfo( 'url' ); ?>/?jb_action=badges&second_badge=true' class='ui second133: else $acc_pg_lnk = get_bloginfo( 'url' ) . '/?page_id=' . get_option( 'wpjobster_my_account_page_ibloginfo('url') was found in the file wpjobster_common_subscription.php. Use echo esc_url( home_url() ) instead.435: base_url = '<?php echo bloginfo('url')?>';bloginfo('url') was found in the file functions-posts-listings.php. Use echo esc_url( home_url() ) instead.41: <a class='btn green important lighter smallest p5r' href='<?php bloginfo('url'); ?>/?jb_action=edit_job&jobid=<?php the_ID(); ?>' class='ed76: <a class='btn feature lighter smallest p5r' href='<?php bloginfo('url'); ?>/?jb_action=feature_job&jobid=<?php the_ID(); ?>' class=82: <a class='btn feature lighter smallest p5r' href='<?php bloginfo('url'); ?>/?jb_action=feature_job&jobid=<?php the_ID(); ?>' class=171: $act_link = get_bloginfo('url') . '/?jb_action=resend_withdrawal_mail&uid=' . $row->uid . '325: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;388: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;395: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;402: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;409: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;421: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;429: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;437: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;445: $order_url = get_bloginfo('url').'/?jb_action=chat_box&oid='.$row->oid;706: <a class='ui primary button btn important lighter smallest p5r' href='<?php bloginfo('url'); ?>/?jb_action=edit_request&request_id=<?php the_ID(); ?>' 1252: <a href='<?php bloginfo('url'); ?>/?jb_action=chat_box&oid=<?php echo $row->id; ?>' rel='<1257: <a href='<?php bloginfo('url'); ?>/?jb_action=chat_box&oid=<?php echo $row->id; ?>' rel='<1424: <a href='<?php bloginfo('url'); ?>/?jb_action=chat_box&oid=<?php echo $row->id; ?>' rel='<1433: <a href='<?php bloginfo('url'); ?>/?jb_action=chat_box&oid=<?php echo $row->id; ?>' rel='<bloginfo('url') was found in the file functions-gateways.php. Use echo esc_url( home_url() ) instead.396: $order_url = get_bloginfo('url') . '/?jb_action=chat_box&oid=' . $orderid;557: <form method='post' action='<?php bloginfo('url'); ?>/wp-admin/admin.php?page=payment-methods&active_tab=tabs685: <form method='post' action='<?php bloginfo('url'); ?>/wp-admin/admin.php?page=payment-methods&active_tab=tabs756: <form method='post' action='<?php bloginfo('url'); ?>/wp-admin/admin.php?page=payment-methods&active_tab=tabs905: wp_redirect(get_bloginfo('url').'/?jb_action=chat_box&oid='.$last_row_id);987: base_url = '<?php echo bloginfo('url')?>';bloginfo('wpurl') was found in the file functions-custom-login.php. Use echo esc_url( site_url() ) instead.326: <br/><a href='<?php bloginfo('wpurl'); ?>/wp-login.php'><?php _e('Already Registered?', 'wpjobsbloginfo('url') was found in the file shortcodes-badges.php. Use echo esc_url( home_url() ) instead.50: <a href='<?php bloginfo('url'); ?>/?jb_action=badges' class='ui secondary button <?php ech60: <a href='<?php bloginfo('url'); ?>/?jb_action=badges&second_badge=true' class='ui secondarbloginfo('url') was found in the file payment-chat-box.php. Use echo esc_url( home_url() ) instead.207: else $privurl_m = get_bloginfo('url'). '/?page_id='. get_option('wpjobster_my_account_priv_mess_p211: wp_redirect(get_bloginfo('url'));1188: <form id='accept_custom_extra' method='post' name='purchase_custom_extra<?php echo $row->content; ?>' action='<?php echo get_bloginfo('url') . '/?jb_action=purchase_this&oid=' . $orderid . '&custom_ex1944: url: '<?php echo get_bloginfo('url'); ?>/',2036: url: '<?php echo get_bloginfo('url'); ?>/',2130: base_url = '<?php bloginfo('url'); ?>/?pay_for_item='+payment_gateway+'&order_id='+order_id+'bloginfo('url') was found in the file payment-purchase-this.php. Use echo esc_url( home_url() ) instead.457: <a href='<?php bloginfo('url'); ?>/?pay_for_item=get_for_free&jobid=<?php echo $pid; ?>&am461: <a href='<?php bloginfo('url'); ?>/?pay_for_item=get_for_free&jobid=<?php echo $pid; ?>&ex
  23. Deprecated functions : get_option get_option('home') was found in the file functions-language-country.php. Use home_url() instead.1160: $url = get_option('home');1216: $url = get_option('home');
  24. 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. special URIs : Presence of bad theme tagsTheme URI and Author URI should not be the same.
  2. theme tags : Presence of bad theme tagsFound wrong tag wordpress theme in style.css header.Found wrong tag service marketplace in style.css header.Found wrong tag fiverr script in style.css header.
  3. 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 jobster.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments "Disabled" in file html-general-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Checkbox and Link" in file html-general-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Checkbox and Full Content" in file html-general-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'reCAPTCHA API Key and Secret need to be filled in API Keys from Main Settings TAB' in file html-general-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set min and max character limit.' in file html-general-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set min and max character limit.' in file html-general-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set min and max character limit.' in file html-general-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set min and max character limit.' in file html-general-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set min and max character limit.' in file html-general-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set min and max character limit.' in file html-general-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set min and max character limit.' in file html-general-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set min and max character limit.' in file html-general-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set min and max character limit.' in file html-general-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file html-general-settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'wpjobster' in file html-general-settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file user-bookmarks.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Display Delete link?' in file user-bookmarks.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete Text:' in file user-bookmarks.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file user-bookmarks.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Bookmark Post Text:' in file user-bookmarks.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete Text:' in file user-bookmarks.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file user-bookmarks.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Number to show:' in file user-bookmarks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove this Bookmark' in file display-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bookmarked ' in file display-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' times' in file display-functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Options saved' in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Display the Add / Remove Bookmark links on posts/pages automatically?' in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Display Add / Remove Bookmark links at top or bottom of the post/page content?' in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter the text you\'d like to use for the Add Bookmark text' in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter the text you\'d like to use for the Remove Bookmark text' in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter the text you\'d like to be shown in the alert when a bookmark is added' in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter the text you\'d like to be shown in the alert when a bookmark is deleted' in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter custom CSS here to customize the appearance of this plugin. To assist you, a list of available class names are available in the Help tab in the top right.' in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Save Options' in file settings.php.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%s requires at least %s selection', '%s requires at least %s selections', min, 'acf' in file class-acf-field-gallery.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'layout', 'layouts' in file class-acf-field-flexible-content.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'layout', 'layouts' in file class-acf-field-flexible-content.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file api-helpers.php.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%s requires at least %s selection', '%s requires at least %s selections', min, 'acf' in file class-acf-field-relationship.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'btn' in file settings-addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apply' in file admin-field-groups.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Bulk Actions' in file admin-field-groups.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'deactivate-license' in file theme-updater-admin.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'activate-license' in file theme-updater-admin.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'deactivate-license' in file theme-updater-admin.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'activate-license' in file theme-updater-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments "wpjobster" in file posts-helper-functions.php.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%d ', "singular", , '%d ' in file general-helper-functions.php.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%d ', "singular", , '%d ', "plural" in file general-helper-functions.php.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%d ', "singular", , '%d ', "plural", ' ' in file general-helper-functions.php.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%d ', "singular", , '%d ', "plural", ' ', 'wpjobster' in file general-helper-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Jobster Theme' in file admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wpjobster' in file orders.php.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%d day', '%d days', extra, '_days' in file orders.php.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%d day', '%d days', extra, '_days', 'wpjobster' in file orders.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'You can\'t enable recaptcha because api key field is empty! Click <a href="', /wp-admin/admin.php?page=general-options#wpjobster_recaptcha_api_key>here</a> to fill recaptcha api key, 'wpjobster' in file general-settings.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'You can\'t enable recaptcha because api secret field is empty! Click <a href="', /wp-admin/admin.php?page=general-options#wpjobster_recaptcha_api_secret>here</a> to fill recaptcha api secret, 'wpjobster' in file general-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wpjobster' in file functions-email-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wpjobster' in file functions-email-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No' in file functions-metaboxes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file functions-metaboxes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following plugins need to be updated to the latest version in order to be compatible with Jobster v5.0.0+' in file functions-gateways.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Company Name" in file user-general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Please enter your company name." in file user-general.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'wpjobster - Categories Top', wpjobster, 'wpjobster' in file widgets.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'wpjobster - Categories Bottom', wpjobster, 'wpjobster' in file widgets.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'wpjobster - Social Media', wpjobster, 'wpjobster' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file first_run_democontent_wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Page' in file first_run_democontent_wordpress.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 wpjobster, tgmpa, wordpress-importer, kirki, acf, min, remove_dashboard_access, remove_dashbord_access, removed_dashboard_access, , extra, url, /wp-admin/admin.php?page=general-options#wpjobster_recaptcha_api_key>here</a> to fill recaptcha api key, /wp-admin/admin.php?page=general-options#wpjobster_recaptcha_api_secret>here</a> to fill recaptcha api secret, wpjobster-affiliate, wpjbster, wpjobster .
  5. Cdn : Use of CDNFound the URL of a CDN in the code: maxcdn.bootstrapcdn.com/bootstrap. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme.
  6. 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.
  7. Unwanted directories : GIT revision control directoryA.git was found.
  8. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  9. Fundamental theme elements : Presence of comments_template()Could not find comments_template.
  10. Fundamental theme elements : Presence of wp_list_comments()Could not find wp_list_comments.
  11. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  12. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  13. Fundamental theme elements : Presence of post_class()Could not find post_class.
  14. Comment pagination : Declaration of comment paginationThe theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
  15. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  16. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  17. Deprecated functions : screen_iconscreen_icon found in file class.rda-options.php. Deprecated since version 3.8.159: <?php screen_icon(); ?>
  18. 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.
  19. I18N implementation : Proper use of _e(Possible variable $key found in translation function in html-general-settings.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-gallery.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-flexible-content.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-flexible-content.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-clone.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-repeater.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in api-input.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in api-input.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in api-input.php. Translation function calls should not contain PHP variables. Possible variable $wrapper found in translation function in api-field.php. Translation function calls should not contain PHP variables. Possible variable $args found in translation function in form-front.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-taxonomy.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-time_picker.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-tab.php. Translation function calls should not contain PHP variables. Possible variable $wrap found in translation function in class-acf-field-wysiwyg.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-file.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-accordion.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-google-map.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-link.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-date_picker.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-relationship.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-group.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-image.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-oembed.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-date_time_picker.php. Translation function calls should not contain PHP variables. Possible variable $addon found in translation function in settings-addons.php. Translation function calls should not contain PHP variables. Possible variable $attributes found in translation function in field-group-field-conditional-logic.php. Translation function calls should not contain PHP variables. Possible variable $strings found in translation function in theme-updater-admin.php. Translation function calls should not contain PHP variables. Possible variable $strings found in translation function in theme-updater-admin.php. Translation function calls should not contain PHP variables. Possible variable $strings found in translation function in theme-updater-admin.php. Translation function calls should not contain PHP variables. Possible variable $strings found in translation function in theme-updater-admin.php. Translation function calls should not contain PHP variables.
  20. I18N implementation : Proper use of ___all(Possible variable $string found in translation function in api-helpers.php. Translation function calls should not contain PHP variables. Possible variable $def found in translation function in posts-helper-functions.php. Translation function calls should not contain PHP variables. Possible variable $output_msg found in translation function in orders.php. Translation function calls should not contain PHP variables. Possible variable $reason_name found in translation function in functions-email-settings.php. Translation function calls should not contain PHP variables. Possible variable $reason_name found in translation function in functions-email-settings.php. Translation function calls should not contain PHP variables.
  21. I18N implementation : Proper use of esc_attr_e(Possible variable $atts found in translation function in class-acf-field-gallery.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-flexible-content.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-flexible-content.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-clone.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-repeater.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in api-input.php. Translation function calls should not contain PHP variables. Possible variable $wrapper found in translation function in api-field.php. Translation function calls should not contain PHP variables. Possible variable $args found in translation function in form-front.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-taxonomy.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-time_picker.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-tab.php. Translation function calls should not contain PHP variables. Possible variable $wrap found in translation function in class-acf-field-wysiwyg.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-file.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-accordion.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-google-map.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-link.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-date_picker.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-relationship.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-group.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-image.php. Translation function calls should not contain PHP variables. Possible variable $atts found in translation function in class-acf-field-oembed.php. Translation function calls should not contain PHP variables. Possible variable $div found in translation function in class-acf-field-date_time_picker.php. Translation function calls should not contain PHP variables. Possible variable $attributes found in translation function in field-group-field-conditional-logic.php. Translation function calls should not contain PHP variables. Possible variable $strings found in translation function in theme-updater-admin.php. Translation function calls should not contain PHP variables. Possible variable $strings found in translation function in theme-updater-admin.php. Translation function calls should not contain PHP variables. Possible variable $strings found in translation function in theme-updater-admin.php. Translation function calls should not contain PHP variables. Possible variable $strings found in translation function in theme-updater-admin.php. Translation function calls should not contain PHP variables.
  22. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  23. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  24. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  25. 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.
  26. Date and time implementation : Use of date_i18n()At least one hard coded date was found in the file class-acf-field-date_picker.php. Function get_option( 'date_format' ) should be used instead.
  27. 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. favicon presence : Favicon managementPossible Favicon found in index.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file RequestPermissions.php.74: <a href='index.php' >Home</a>Possible hard-coded links were found in the file Error.php.36: <br /> <a href='index.php'>Home</a>Possible hard-coded links were found in the file ShowAllResponse.php.30: <a href='index.php'>Home</a>Possible hard-coded links were found in the file GetAccessToken.php.30: <a href='index.php' >Home</a>Possible hard-coded links were found in the file Error.php.48: <br> <a href='index.php'>Home</a>Possible hard-coded links were found in the file CreatePayment.php.117: ResultPrinter::printError('Create Payment Using Credit Card. If 500 Exception, try creating a new Credit Card using <a href='https://ppmts.custhelp.com/app/answers/detail/a_id/750'>Step 4, on this linPossible hard-coded links were found in the file html-sms-settings.php.21: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan106: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan21: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan106: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blanPossible hard-coded links were found in the file html-subscription.php.24: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan79: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan133: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan276: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan24: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan79: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan133: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan276: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan24: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan79: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan133: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan276: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan24: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan79: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan133: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan276: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blanPossible hard-coded links were found in the file html-sms-gateways.php.44: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan74: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan112: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan44: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan74: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan112: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan44: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan74: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan112: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blanPossible hard-coded links were found in the file html-general-settings.php.64: <td><?php echo wpjobster_return_license_name(); ?><?php if (the_loop_check() && the_loop_check() < 3) { ?> - <a href='https://wpjobster.com/account/' target='_blank'>Upgrade?</a><?php } elseif 172: &nbsp; <a href='https://openexchangerates.org/signup/free' target='_blank'><?php _e('Sign U182: &nbsp; <a href='https://developers.google.com/maps/documentation/javascript/get-api-key' ta191: &nbsp; <a href='http://www.ipinfodb.com/register.php' target='_blank'><?php _e('Register a Possible hard-coded links were found in the file html-pricing-settings.php.279: The settings below are only available for the Developer and Entrepreneur licenses. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan768: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan623: &nbsp; <a href='https://openexchangerates.org/signup/free' target='_blank'><?php _e('Sign U279: The settings below are only available for the Developer and Entrepreneur licenses. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan768: This feature is Entrepreneur license exclusive. <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blanPossible hard-coded links were found in the file sms-gateways.php.21: <p>Could not save SMS settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan50: <p>Could not save SMS settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan72: <p>Could not save SMS settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan21: <p>Could not save SMS settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan50: <p>Could not save SMS settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan72: <p>Could not save SMS settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan21: <p>Could not save SMS settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan50: <p>Could not save SMS settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan72: <p>Could not save SMS settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blanPossible hard-coded links were found in the file sms-settings.php.34: <p>Could not save SMS settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan59: <p>Could not save SMS settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan34: <p>Could not save SMS settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan59: <p>Could not save SMS settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blanPossible hard-coded links were found in the file subscription.php.52: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan75: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan254: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan369: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan52: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan75: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan254: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan369: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan52: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan75: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan254: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan369: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan52: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan75: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan254: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan369: <p>Could not save subscriptions settings. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blanPossible hard-coded links were found in the file pricing-settings.php.345: <p>Could not enable Buyer Processing Fees. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan411: <p>Could not enable Tax. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan611: <p>Could not enable Top Up. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan632: <p>Could not add package. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan345: <p>Could not enable Buyer Processing Fees. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan411: <p>Could not enable Tax. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan611: <p>Could not enable Top Up. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan632: <p>Could not add package. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan345: <p>Could not enable Buyer Processing Fees. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan411: <p>Could not enable Tax. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan611: <p>Could not enable Top Up. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan632: <p>Could not add package. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan345: <p>Could not enable Buyer Processing Fees. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan411: <p>Could not enable Tax. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan611: <p>Could not enable Top Up. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan632: <p>Could not add package. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blanPossible hard-coded links were found in the file functions-wpjobster.php.438: <p>Some settings could not be saved. Please <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan462: <?php echo $available_for_txt; ?> <a href='http://wpjobster.com/features/' target='_blank'>Learn more</a> about the features, <a href='https://wpjobster.com/buy/?utm_source=upgrade-feature-notice' target='_blan462: <?php echo $available_for_txt; ?> <a href='http://wpjobster.com/features/' target='_blank'>Learn more</a> about the fePossible hard-coded links were found in the file functions-customizer.php.260: 'default' => esc_attr__( '&copy; 2019 ', 'wpjobster' ) . '<a href='http://wpjobster.com'>wpjobster.com</a>',Possible hard-coded links were found in the file first_run_democontent_wordpress.php.27: After creating an account you may be able to edit and/or delete information submitted by contacting <a href='http://wpjobster.com/support/'>support</a>. However, you will be unable to Possible hard-coded links were found in the file first_run_basicoptions.php.1024: set_theme_mod( 'copyright_text', '&copy; 2019 <a href='http://wpjobster.com'>wpjobster.com</a>' );
  3. Mandatory files : Presence of file comments.phpCould not find file comments.php in the theme.
  4. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  5. Optional files : Presence of comments template file comments.phpThis theme does not contain optional file comments.php.
  6. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  7. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  8. Optional files : Presence of single post template file single.phpThis theme does not contain optional file comments.php.
  9. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  10. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  11. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  12. Optional files : Presence of search results template file search.phpThis theme does not contain optional file search.php.
  13. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  14. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  15. Use of includes : Use of include or requireThe theme appears to use include or require : APIError.php 49: require 'ShowAllResponse.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 : RequestPermissionsReceipt.php 8: require_once('../PPBootStrap.php');97: require 'Error.php';120: require_once 'ShowAllResponse.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 : GetAccessTokenReceipt.php 8: require_once('../PPBootStrap.php');38: require 'Error.php';67: require_once 'ShowAllResponse.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 : MassPay.php 71: include_once('../Error.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 : PPBootStrap.php 8: require_once 'Configuration.php';19: require 'vendor/autoload.php';21: require 'PPAutoloader.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 : install.php 429: require 'vendor/autoload.php';431: require 'PPAutoloader.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 : DeleteWebhook.php 12: $webhook = require 'CreateWebhook.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 : ListSubscribedWebhookEventTypes.php 13: $webhook = require 'CreateWebhook.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 : CreateWebhook.php 62: require 'DeleteAllWebhooks.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 : UpdateWebhook.php 13: $webhook = require 'CreateWebhook.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 : GetWebhook.php 13: $webhook = require 'CreateWebhook.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 : DeleteAllWebhooks.php 10: $webhookList = require 'ListWebhooks.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 : CreateBillingAgreementWithCreditCard.php 12: $createdPlan = require 'UpdatePlan.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 : GetPlan.php 11: $createdPlan = require 'CreatePlan.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 : SearchBillingTransactions.php 11: $agreement = require 'GetBillingAgreement.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 : DeletePlan.php 11: $createdPlan = require 'CreatePlan.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 : ListPlans.php 11: $createdPlan = require 'CreatePlan.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 : SuspendBillingAgreement.php 11: $createdAgreement = require 'CreateBillingAgreementWithCreditCard.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 : UpdatePlanPaymentDefinitions.php 14: $createdPlan = require 'CreatePlan.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 : ReactivateBillingAgreement.php 11: $suspendedAgreement = require 'SuspendBillingAgreement.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 : UpdatePlan.php 14: $createdPlan = require 'CreatePlan.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 : UpdateBillingAgreement.php 11: $createdAgreement = require 'CreateBillingAgreementWithCreditCard.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 : CreateBillingAgreementWithPayPal.php 12: $createdPlan = require 'UpdatePlan.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 : GetBillingAgreement.php 11: $createdAgreement = require 'CreateBillingAgreementWithCreditCard.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 : DeleteCreditCard.php 9: $card = require 'CreateCreditCard.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 : GetCreditCard.php 10: $card = require 'CreateCreditCard.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 : GetBankAccount.php 12: $bankAccount = require 'CreateBankAccount.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 : ListCreditCards.php 11: $card = require 'CreateCreditCard.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 : DeleteBankAccount.php 9: $bankAccount = require 'CreateBankAccount.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 : UpdateCreditCard.php 11: $card = require 'CreateCreditCard.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 : RefundSale.php 10: $sale = require 'GetSale.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 : RetrieveQRCode.php 7: $invoice = require 'SendInvoice.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 : RecordRefund.php 8: $invoice = require 'RecordPayment.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 : SearchInvoices.php 8: $invoice = require 'CreateInvoice.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 : RecordPayment.php 8: $invoice = require 'SendInvoice.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 : GetInvoice.php 8: $invoice = require 'CreateInvoice.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 : SendInvoice.php 8: $invoice = require 'CreateInvoice.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 : RemindInvoice.php 8: $invoice = require 'SendInvoice.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 : CancelInvoice.php 8: $invoice = require 'SendInvoice.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 : DeleteInvoice.php 8: $invoice = require 'CreateInvoice.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 : UpdateInvoice.php 8: $invoice = require 'CreateInvoice.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 : ListInvoice.php 8: $invoice = require 'CreateInvoice.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 : UpdateWebProfile.php 10: $webProfile = require 'GetWebProfile.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 : GetWebProfile.php 12: $createProfileResponse = require 'CreateWebProfile.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 : DeleteWebProfile.php 12: $createProfileResponse = require_once 'CreateWebProfile.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 : PartiallyUpdateWebProfile.php 10: $webProfile = require 'GetWebProfile.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 : AuthorizationCapture.php 9: $authorization = require 'GetAuthorization.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 : ListPayments.php 12: require 'CreatePayment.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 : GetPayment.php 12: $createdPayment = require 'CreatePayment.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 : GetCapture.php 8: $request = require 'AuthorizationCapture.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 : RefundCapture.php 7: $capture = require 'AuthorizationCapture.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 : GetAuthorization.php 8: $authorization = require 'AuthorizePayment.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 : VoidAuthorization.php 8: $authorization = require 'AuthorizePayment.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 : Reauthorization.php 7: $authorization = require 'AuthorizePayment.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 : UpdatePayment.php 13: $createdPayment = require 'CreatePaymentUsingPayPal.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 : GetPayoutBatchStatus.php 10: $payoutBatch = require 'CreateBatchPayout.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 : GetPayoutItemStatus.php 10: $payoutBatch = require 'GetPayoutBatchStatus.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 : CancelPayoutItem.php 10: $payoutBatch = require 'CreateSinglePayout.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 : common.php 46: 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 : Twilio.php 325: * require('Services/Twilio.php');368: * require('Services/Twilio.php');478: * require('Services/Twilio.php');557: * require('Services/Twilio.php');634: * require('Services/Twilio.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 : CapabilityAPI.php 2: include_once 'JWT.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 : Capability.php 2: include_once 'JWT.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 : CapabilityTaskRouter.php 2: include_once 'CapabilityAPI.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 : html-preview-notifications.php 7: require( '' . $filepath[0] . '/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 : html-private-messages.php 56: include ( locate_template( 'template-parts/pages/user/page-user-status.php'288: include ( locate_template( 'template-parts/pages/user/page-user-status.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 : header-body.php 21: <?php include_once( get_template_directory() . '/assets/images/svg/evil-icons-cus 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 : subscription_mobile.php 44: 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 : wpjobster_common_custom_extra.php 2: include_once 'wpjobster_common_payment.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 : wpjobster_common_featured.php 1: <?php include_once 'wpjobster_common_payment.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 : wpjobster_common_topup.php 2: include_once 'wpjobster_common_payment.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 : balance-featured.php 22: include 'wpjobster_common_featured.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 : wpjobster_common_job_purchase.php 2: include_once 'wpjobster_common_payment.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 : wpjobster_common_tips.php 3: include_once 'wpjobster_common_payment.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 : html5fileupload.php 7: require($absolutedir_str.'/wp-load.php');41: include 'save_wpattachment.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 : save_wpattachment.php 6: require_once( $path_to_wp . '/wp-load.php' );38: require_once(ABSPATH . 'wp-admin/includes/file.php');112: require_once(ABSPATH . 'wp-admin' . '/includes/image.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 : save_wp_jobcover_attachment.php 7: require($absolutedir_str.'/wp-load.php');46: require_once( $path_to_wp . '/wp-load.php' );66: require_once(ABSPATH . 'wp-admin/includes/file.php');143: require_once(ABSPATH . 'wp-admin' . '/includes/image.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 : uploadpm.php 6: require_once( $path_to_wp . '/wp-load.php' );31: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');116: require_once(ABSPATH . 'wp-admin' . '/includes/media.php');117: require_once(ABSPATH . 'wp-admin' . '/includes/image.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 : uploadavatar.php 6: require_once( $path_to_wp . '/wp-load.php' );46: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');76: require_once(ABSPATH . 'wp-admin' . '/includes/image.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 : uploady_audio.php 6: require_once( $path_to_wp . '/wp-load.php' );26: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');47: require_once(ABSPATH . 'wp-admin' . '/includes/media.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 : uploadbanner.php 6: require_once( $path_to_wp . '/wp-load.php' );47: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');81: require_once(ABSPATH . 'wp-admin' . '/includes/image.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 : deletebanner.php 6: require_once( $path_to_wp . '/wp-load.php' );7: require_once( ABSPATH . 'wp-admin' . '/includes/image.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 : uploady.php 6: require_once( $path_to_wp . '/wp-load.php' );43: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');74: require_once(ABSPATH . 'wp-admin' . '/includes/image.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 : plugins.php 4: require_once( ABSPATH . 'wp-admin/includes/plugin.php' );11: include_once( $plugin_slug );45: require_once( ABSPATH . 'wp-admin/includes/plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : plugin.php 103: require_once 'controllers/abstract.php';110: require_once 'controllers/admin.php';117: require_once 'controllers/register.php';123: require_once 'controllers/login.php';128: require_once 'controllers/forgot.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-bookmarks.php 39: include(UPB_PLUGIN_DIR . '/includes/display-functions.php');40: include(UPB_PLUGIN_DIR . '/includes/scripts.php');41: include(UPB_PLUGIN_DIR . '/includes/bookmark-functions.php');42: include(UPB_PLUGIN_DIR . '/includes/shortcodes.php');43: include(UPB_PLUGIN_DIR . '/includes/settings.php');44: include(UPB_PLUGIN_DIR . '/includes/dashboard-widgets.php');62: require_once(ABSPATH . 'wp-admin/includes/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 : class-kirki-control-fontawesome.php 42: include( $json_path ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-kirki-helper.php 83: 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 : acf.php 125: include_once( ACF_PATH . 'includes/api/api-helpers.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : api-helpers.php 428: include_once( $path );449: include_once( $path );656: include( $path );3258: //require_once( ABSPATH . '/wp-load.php' ); // WP should already be loaded3259: require_once( ABSPATH . '/wp-admin/includes/media.php' ); // video function3260: require_once( ABSPATH . '/wp-admin/includes/file.php' );3261: require_once( ABSPATH . '/wp-admin/includes/image.php' );4657: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : wpjobster-paypal.php 15: require_once( plugin_dir_path( __FILE__ ) . 'lib/paypal.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 : remove-dashboard-access.php 18: require_once( dirname( __FILE__ ) . '/inc/class.rda-options.php' );21: require_once( dirname( __FILE__ ) . '/inc/class.rda-remove-access.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 : light-ajax.php 19: require_once( $path_to_wp . '/wp-load.php' );20: include_once( 'light-ajax-functions.php' );22: // require( ABSPATH . WPINC . '/class-wp-walker.php' );23: // require( ABSPATH . WPINC . '/class-wp-ajax-response.php' );24: // require( ABSPATH . WPINC . '/formatting.php' );25: require( ABSPATH . WPINC . '/capabilities.php' );26: require( ABSPATH . WPINC . '/class-wp-roles.php' );27: require( ABSPATH . WPINC . '/class-wp-role.php' );28: require( ABSPATH . WPINC . '/class-wp-user.php' );29: // require( ABSPATH . WPINC . '/query.php' );30: // require( ABSPATH . WPINC . '/date.php' );31: // require( ABSPATH . WPINC . '/theme.php' );32: // require( ABSPATH . WPINC . '/class-wp-theme.php' );33: // require( ABSPATH . WPINC . '/template.php' );34: require( ABSPATH . WPINC . '/user.php' );35: // require( ABSPATH . WPINC . '/class-wp-user-query.php' );36: require( ABSPATH . WPINC . '/session.php' );37: // require( ABSPATH . WPINC . '/meta.php' );38: // require( ABSPATH . WPINC . '/class-wp-meta-query.php' );39: // require( ABSPATH . WPINC . '/class-wp-metadata-lazyloader.php' );40: // require( ABSPATH . WPINC . '/general-template.php' );41: // require( ABSPATH . WPINC . '/link-template.php' );42: // require( ABSPATH . WPINC . '/author-template.php' );43: // require( ABSPATH . WPINC . '/post.php' );44: // require( ABSPATH . WPINC . '/class-walker-page.php' );45: // require( ABSPATH . WPINC . '/class-walker-page-dropdown.php' );46: // require( ABSPATH . WPINC . '/class-wp-post-type.php' );47: // require( ABSPATH . WPINC . '/class-wp-post.php' );48: // require( ABSPATH . WPINC . '/post-template.php' );49: // require( ABSPATH . WPINC . '/revision.php' );50: // require( ABSPATH . WPINC . '/post-formats.php' );51: // require( ABSPATH . WPINC . '/post-thumbnail-template.php' );52: // require( ABSPATH . WPINC . '/category.php' );53: // require( ABSPATH . WPINC . '/class-walker-category.php' );54: // require( ABSPATH . WPINC . '/class-walker-category-dropdown.php' );55: // require( ABSPATH . WPINC . '/category-template.php' );56: // require( ABSPATH . WPINC . '/comment.php' );57: // require( ABSPATH . WPINC . '/class-wp-comment.php' );58: // require( ABSPATH . WPINC . '/class-wp-comment-query.php' );59: // require( ABSPATH . WPINC . '/class-walker-comment.php' );60: // require( ABSPATH . WPINC . '/comment-template.php' );61: // require( ABSPATH . WPINC . '/rewrite.php' );62: // require( ABSPATH . WPINC . '/class-wp-rewrite.php' );63: // require( ABSPATH . WPINC . '/feed.php' );64: // require( ABSPATH . WPINC . '/bookmark.php' );65: // require( ABSPATH . WPINC . '/bookmark-template.php' );66: require( ABSPATH . WPINC . '/kses.php' );67: // require( ABSPATH . WPINC . '/cron.php' );68: // require( ABSPATH . WPINC . '/deprecated.php' );69: // require( ABSPATH . WPINC . '/script-loader.php' );70: // require( ABSPATH . WPINC . '/taxonomy.php' );71: // require( ABSPATH . WPINC . '/class-wp-term.php' );72: // require( ABSPATH . WPINC . '/class-wp-term-query.php' );73: // require( ABSPATH . WPINC . '/class-wp-tax-query.php' );74: // require( ABSPATH . WPINC . '/update.php' );75: // require( ABSPATH . WPINC . '/canonical.php' );76: // require( ABSPATH . WPINC . '/shortcodes.php' );77: // require( ABSPATH . WPINC . '/embed.php' );78: // require( ABSPATH . WPINC . '/class-wp-embed.php' );79: // require( ABSPATH . WPINC . '/class-wp-oembed-controller.php' );80: // require( ABSPATH . WPINC . '/media.php' );81: // require( ABSPATH . WPINC . '/http.php' );82: // require( ABSPATH . WPINC . '/class-http.php' );83: // require( ABSPATH . WPINC . '/class-wp-http-streams.php' );84: // require( ABSPATH . WPINC . '/class-wp-http-curl.php' );85: // require( ABSPATH . WPINC . '/class-wp-http-proxy.php' );86: // require( ABSPATH . WPINC . '/class-wp-http-cookie.php' );87: // require( ABSPATH . WPINC . '/class-wp-http-encoding.php' );88: // require( ABSPATH . WPINC . '/class-wp-http-response.php' );89: // require( ABSPATH . WPINC . '/class-wp-http-requests-response.php' );90: // require( ABSPATH . WPINC . '/widgets.php' );91: // require( ABSPATH . WPINC . '/class-wp-widget.php' );92: // require( ABSPATH . WPINC . '/class-wp-widget-factory.php' );93: // require( ABSPATH . WPINC . '/nav-menu.php' );94: // require( ABSPATH . WPINC . '/nav-menu-template.php' );95: // require( ABSPATH . WPINC . '/admin-bar.php' );96: require( ABSPATH . WPINC . '/rest-api.php' );97: // require( ABSPATH . WPINC . '/rest-api/class-wp-rest-server.php' );98: // require( ABSPATH . WPINC . '/rest-api/class-wp-rest-response.php' );99: // require( ABSPATH . WPINC . '/rest-api/class-wp-rest-request.php' );115: require( ABSPATH . WPINC . '/vars.php' );118: require( ABSPATH . WPINC . '/pluggable.php' ); // is_user_logged_in 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-updater.php 138: include( dirname( __FILE__ ) . '/theme-updater-admin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : theme-updater-admin.php 92: include( dirname( __FILE__ ) . '/theme-updater-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 : general-helper-functions.php 1187: require_once( ABSPATH . 'wp-admin/includes/file.php' );1191: require_once( ABSPATH . 'wp-admin/includes/misc.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 : summary-settings.php 49: include( get_template_directory() . '/classes/class-wpj-get-queries.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 : functions-private-messages.php 261: include ( locate_template( 'template-parts/pages/user/page-user-status.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 : functions-schedule.php 43: include_once( get_template_directory() . '/lib/gateways/wpjobster_common_jo 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 : functions-media.php 1038: require_once( ABSPATH . 'wp-admin' . '/includes/image.php' );1050: include_once( ABSPATH . 'wp-admin/includes/image.php' );1094: include_once( ABSPATH . 'wp-admin/includes/image.php' );1099: require_once( ABSPATH . 'wp-admin/includes/file.php' );1908: require_once(ABSPATH . '/wp-admin/includes/image.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-add-or-edit.php 873: require_once( ABSPATH . 'wp-admin' . '/includes/file.php' );874: require_once( ABSPATH . 'wp-admin' . '/includes/image.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 : functions-single-job.php 315: 1874: include ( locate_template( 'template-parts/pages/user/page-user-status.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-profile.php 241: $u_id = $uid; include ( locate_template( 'template-parts/pages/user/page-user-status.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 : redirects.php 236: include_once( get_template_directory() . '/includes/job/job-order-cancellat272: include_once( get_template_directory() . '/lib/gateways/' . $sk . '-badges.292: include_once( get_template_directory() . '/lib/gateways/common.php');313: include_once( get_template_directory() . '/lib/gateways/user_' . $curr_pt .315: include_once( get_template_directory() . '/lib/gateways/' . $sk . '.php' );346: include_once( get_template_directory() . '/lib/gateways/common.php');359: include_once( get_template_directory() . '/lib/gateways/user_' . $curr_pt .372: include_once( get_template_directory() . '/lib/gateways/common.php');426: include_once( get_template_directory() . '/lib/gateways/' . $sk . '.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 : textdomain.php 9: require( get_template_directory() . '/updater/theme-updater.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 : request-post-new-or-edit.php 871: require_once( ABSPATH . 'wp-load.php' );872: require_once( ABSPATH . 'wp-admin/includes/taxonomy.php' );893: require_once( 'wp-load.php' );894: require_once( ABSPATH . 'wp-admin/includes/taxonomy.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 : functions-live-search.php 140: include('classes/stem.php');141: include('classes/cleaner.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 : functions-user-search.php 210: include ( locate_template( 'template-parts/pages/user/page-user-status.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 : first_run_democontent_wordpress.php 673: require_once( $path_to_wp. '/wp-load.php' );674: require_once( $path_to_wp. '/wp-includes/functions.php' );677: // 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 : first_run_basicoptions.php 485: require_once( ABSPATH . 'wp-admin/includes/plugin.php' );1014: require_once(ABSPATH . 'wp-admin' . '/includes/image.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 : first_run_sql.php 4: require_once( ABSPATH . 'wp-admin/includes/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 : first_run.php 14: include 'first_run_sql.php';15: include 'first_run_basicoptions.php';16: include 'first_run_emails.php';17: include 'first_run_sms.php';45: include 'first_run_beginner.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 : first_run_democontent.php 10: include_once 'first_run_democontent_visualcomposer.php';16: include_once 'first_run_democontent_brizy.php';22: include_once 'first_run_democontent_wordpress.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