if (!defined('ABSPATH')) { exit; } define('WORDFENCE_VERSION', '8.0.3'); define('WORDFENCE_BUILD_NUMBER', '1736960042'); define('WORDFENCE_BASENAME', function_exists('plugin_basename') ? plugin_basename(__FILE__) : basename(dirname(__FILE__)) . '/' . basename(__FILE__)); global $wp_plugin_paths; foreach ($wp_plugin_paths as $dir => $realdir) { if (strpos(__FILE__, $realdir) === 0) { define('WORDFENCE_FCPATH', $dir . '/' . basename(__FILE__)); define('WORDFENCE_PATH', trailingslashit($dir)); break; } } if (!defined('WORDFENCE_FCPATH')) { /** @noinspection PhpConstantReassignmentInspection */ define('WORDFENCE_FCPATH', __FILE__); /** @noinspection PhpConstantReassignmentInspection */ define('WORDFENCE_PATH', trailingslashit(dirname(WORDFENCE_FCPATH))); } if (!defined('WF_IS_WP_ENGINE')) { define('WF_IS_WP_ENGINE', isset($_SERVER['IS_WPE'])); } if (!defined('WF_IS_FLYWHEEL')) { define('WF_IS_FLYWHEEL', isset($_SERVER['SERVER_SOFTWARE']) && strpos($_SERVER['SERVER_SOFTWARE'], 'Flywheel/') === 0); } if (!defined('WF_IS_PRESSABLE')) { define('WF_IS_PRESSABLE', (defined('IS_ATOMIC') && IS_ATOMIC) || (defined('IS_PRESSABLE') && IS_PRESSABLE)); } require(dirname(__FILE__) . '/lib/wfVersionSupport.php'); /** * @var string $wfPHPDeprecatingVersion * @var string $wfPHPMinimumVersion * @var string $wfWordPressDeprecatingVersion * @var string $wfWordPressMinimumVersion */ if (!defined('WF_PHP_UNSUPPORTED')) { define('WF_PHP_UNSUPPORTED', version_compare(PHP_VERSION, $wfPHPMinimumVersion, '<')); } if (WF_PHP_UNSUPPORTED) { add_action('all_admin_notices', 'wfUnsupportedPHPOverlay'); function wfUnsupportedPHPOverlay() { include "views/unsupported-php/admin-message.php"; } return; } if (!defined('WF_WP_UNSUPPORTED')) { require(ABSPATH . 'wp-includes/version.php'); /** @var string $wp_version */ define('WF_WP_UNSUPPORTED', version_compare($wp_version, $wfWordPressMinimumVersion, '<')); } if (WF_WP_UNSUPPORTED) { add_action('all_admin_notices', 'wfUnsupportedWPOverlay'); function wfUnsupportedWPOverlay() { include "views/unsupported-wp/admin-message.php"; } return; } if(get_option('wordfenceActivated') != 1){ add_action('activated_plugin','wordfence_save_activation_error'); function wordfence_save_activation_error(){ update_option('wf_plugin_act_error', ob_get_contents()); } } if(! defined('WORDFENCE_VERSIONONLY_MODE')){ //Used to get version from file. //Duplicate block of wfUtils::memoryLimit(), copied here to avoid needing to include the class at this point of execution $maxMemory = ini_get('memory_limit'); if (!(is_string($maxMemory) || is_numeric($maxMemory)) || !preg_match('/^\s*\d+[GMK]?\s*$/i', $maxMemory)) { $maxMemory = '128M'; } //Invalid or unreadable value, default to our minimum $last = strtolower(substr($maxMemory, -1)); $maxMemory = (int) $maxMemory; if ($last == 'g') { $maxMemory = $maxMemory * 1024 * 1024 * 1024; } else if ($last == 'm') { $maxMemory = $maxMemory * 1024 * 1024; } else if ($last == 'k') { $maxMemory = $maxMemory * 1024; } if ($maxMemory < 134217728 /* 128 MB */ && $maxMemory > 0 /* Unlimited */) { $disabled = ini_get('disable_functions'); if (!is_string($disabled) || strpos(ini_get('disable_functions'), 'ini_set') === false) { @ini_set('memory_limit', '128M'); //Some hosts have ini set at as little as 32 megs. 128 is the min sane amount of memory. } } /** * Constant to determine if Wordfence is installed on another WordPress site one or more directories up in * auto_prepend_file mode. */ define('WFWAF_SUBDIRECTORY_INSTALL', class_exists('wfWAF') && !in_array(realpath(dirname(__FILE__) . '/vendor/wordfence/wf-waf/src/init.php'), get_included_files())); if (!WFWAF_SUBDIRECTORY_INSTALL) { require_once(dirname(__FILE__) . '/vendor/wordfence/wf-waf/src/init.php'); if (!wfWAF::getInstance()) { define('WFWAF_AUTO_PREPEND', false); require_once(dirname(__FILE__) . '/waf/bootstrap.php'); } } //Modules //Load require_once(dirname(__FILE__) . '/lib/wordfenceConstants.php'); require_once(dirname(__FILE__) . '/lib/wordfenceClass.php'); wordfence::install_actions(); }
Warning: Cannot modify header information - headers already sent by (output started at /home/getintopclive/public_html/wp-content/plugins/wordfence/wordfence.php:1) in /home/getintopclive/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/getintopclive/public_html/wp-content/plugins/wordfence/wordfence.php:1) in /home/getintopclive/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/getintopclive/public_html/wp-content/plugins/wordfence/wordfence.php:1) in /home/getintopclive/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/getintopclive/public_html/wp-content/plugins/wordfence/wordfence.php:1) in /home/getintopclive/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/getintopclive/public_html/wp-content/plugins/wordfence/wordfence.php:1) in /home/getintopclive/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/getintopclive/public_html/wp-content/plugins/wordfence/wordfence.php:1) in /home/getintopclive/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/getintopclive/public_html/wp-content/plugins/wordfence/wordfence.php:1) in /home/getintopclive/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":16,"count":547,"description":"3D CAD","link":"https:\/\/getintopc.com.pk\/softwares\/3d-cad\/","name":"3D CAD","slug":"3d-cad","taxonomy":"category","parent":23,"meta":[],"yoast_head":"\n3D CAD Archives - GET INTO PC<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/getintopc.com.pk\/softwares\/3d-cad\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"3D CAD Archives\" \/>\n<meta property=\"og:description\" content=\"3D CAD\" \/>\n<meta property=\"og:url\" content=\"https:\/\/getintopc.com.pk\/softwares\/3d-cad\/\" \/>\n<meta property=\"og:site_name\" content=\"GET INTO PC\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"CollectionPage\",\"@id\":\"https:\/\/getintopc.com.pk\/softwares\/3d-cad\/\",\"url\":\"https:\/\/getintopc.com.pk\/softwares\/3d-cad\/\",\"name\":\"3D CAD Archives - GET INTO PC\",\"isPartOf\":{\"@id\":\"https:\/\/getintopc.com.pk\/#website\"},\"breadcrumb\":{\"@id\":\"https:\/\/getintopc.com.pk\/softwares\/3d-cad\/#breadcrumb\"},\"inLanguage\":\"en-US\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/getintopc.com.pk\/softwares\/3d-cad\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/getintopc.com.pk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Softwares\",\"item\":\"https:\/\/getintopc.com.pk\/softwares\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"3D CAD\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/getintopc.com.pk\/#website\",\"url\":\"https:\/\/getintopc.com.pk\/\",\"name\":\"GET INTO PC\",\"description\":\"Download Free Your Desired App\",\"publisher\":{\"@id\":\"https:\/\/getintopc.com.pk\/#\/schema\/person\/ed739764b025c01f058ffcd87bf0a915\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/getintopc.com.pk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/getintopc.com.pk\/#\/schema\/person\/ed739764b025c01f058ffcd87bf0a915\",\"name\":\"GetintoPc\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/getintopc.com.pk\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/getintopc.com.pk\/wp-content\/uploads\/2025\/03\/favicon.ico\",\"contentUrl\":\"https:\/\/getintopc.com.pk\/wp-content\/uploads\/2025\/03\/favicon.ico\",\"width\":128,\"height\":128,\"caption\":\"GetintoPc\"},\"logo\":{\"@id\":\"https:\/\/getintopc.com.pk\/#\/schema\/person\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"3D CAD Archives - GET INTO PC","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/getintopc.com.pk\/softwares\/3d-cad\/","og_locale":"en_US","og_type":"article","og_title":"3D CAD Archives","og_description":"3D CAD","og_url":"https:\/\/getintopc.com.pk\/softwares\/3d-cad\/","og_site_name":"GET INTO PC","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"CollectionPage","@id":"https:\/\/getintopc.com.pk\/softwares\/3d-cad\/","url":"https:\/\/getintopc.com.pk\/softwares\/3d-cad\/","name":"3D CAD Archives - GET INTO PC","isPartOf":{"@id":"https:\/\/getintopc.com.pk\/#website"},"breadcrumb":{"@id":"https:\/\/getintopc.com.pk\/softwares\/3d-cad\/#breadcrumb"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https:\/\/getintopc.com.pk\/softwares\/3d-cad\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/getintopc.com.pk\/"},{"@type":"ListItem","position":2,"name":"Softwares","item":"https:\/\/getintopc.com.pk\/softwares\/"},{"@type":"ListItem","position":3,"name":"3D CAD"}]},{"@type":"WebSite","@id":"https:\/\/getintopc.com.pk\/#website","url":"https:\/\/getintopc.com.pk\/","name":"GET INTO PC","description":"Download Free Your Desired App","publisher":{"@id":"https:\/\/getintopc.com.pk\/#\/schema\/person\/ed739764b025c01f058ffcd87bf0a915"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/getintopc.com.pk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/getintopc.com.pk\/#\/schema\/person\/ed739764b025c01f058ffcd87bf0a915","name":"GetintoPc","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/getintopc.com.pk\/#\/schema\/person\/image\/","url":"https:\/\/getintopc.com.pk\/wp-content\/uploads\/2025\/03\/favicon.ico","contentUrl":"https:\/\/getintopc.com.pk\/wp-content\/uploads\/2025\/03\/favicon.ico","width":128,"height":128,"caption":"GetintoPc"},"logo":{"@id":"https:\/\/getintopc.com.pk\/#\/schema\/person\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/getintopc.com.pk\/wp-json\/wp\/v2\/categories\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/getintopc.com.pk\/wp-json\/wp\/v2\/categories"}],"about":[{"href":"https:\/\/getintopc.com.pk\/wp-json\/wp\/v2\/taxonomies\/category"}],"up":[{"embeddable":true,"href":"https:\/\/getintopc.com.pk\/wp-json\/wp\/v2\/categories\/23"}],"wp:post_type":[{"href":"https:\/\/getintopc.com.pk\/wp-json\/wp\/v2\/posts?categories=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}