REWRITER_MAX_SPIN_DEPTH = '_wpcc_spinning_chimp_rewriter_max_spin_depth'; // int // const WPCC_SPINNING_CHIMP_REWRITER_TEST = '_wpcc_spinning_chimp_rewriter_test'; // string Text for testing Chimp Rewriter const WPCC_SPINNING_SPIN_REWRITER_EMAIL = '_wpcc_spinning_spin_rewriter_email'; // string Email address used for API key in Spin Rewriter const WPCC_SPINNING_SPIN_REWRITER_API_KEY = '_wpcc_spinning_spin_rewriter_api_key'; // string API key for Spin Rewriter const WPCC_SPINNING_SPIN_REWRITER_CONFIDENCE_LEVEL = '_wpcc_spinning_spin_rewriter_confidence_level'; // string Confidence level const WPCC_SPINNING_SPIN_REWRITER_AUTO_PROTECTED_TERMS = '_wpcc_spinning_spin_rewriter_auto_protected_terms'; // bool True if auto protected terms feature should be enabled const WPCC_SPINNING_SPIN_REWRITER_NESTED_SPINTAX = '_wpcc_spinning_spin_rewriter_nested_spintax'; // bool True if nested spintax feature should be enabled const WPCC_SPINNING_SPIN_REWRITER_AUTO_SENTENCES = '_wpcc_spinning_spin_rewriter_auto_sentences'; // bool True if auto sentences feature should be enabled const WPCC_SPINNING_SPIN_REWRITER_AUTO_PARAGRAPHS = '_wpcc_spinning_spin_rewriter_auto_paragraphs'; // bool True if auto paragraphs feature should be enabled const WPCC_SPINNING_SPIN_REWRITER_AUTO_NEW_PARAGRAPHS = '_wpcc_spinning_spin_rewriter_auto_new_paragraphs'; // bool True if auto new paragraphs feature should be enabled const WPCC_SPINNING_SPIN_REWRITER_AUTO_SENTENCE_TREES = '_wpcc_spinning_spin_rewriter_auto_sentence_trees'; // bool True if auto sentence trees feature should be enabled const WPCC_SPINNING_SPIN_REWRITER_USE_ONLY_SYNONYMS = '_wpcc_spinning_spin_rewriter_use_only_synonyms'; // bool True if use only synonyms feature should be enabled const WPCC_SPINNING_SPIN_REWRITER_REORDER_PARAGRAPHS = '_wpcc_spinning_spin_rewriter_reorder_paragraphs'; // bool True if reorder paragraphs feature should be enabled const WPCC_SPINNING_SPIN_REWRITER_TEXT_WITH_SPINTAX = '_wpcc_spinning_spin_rewriter_text_with_spintax'; // bool True if the text should be returned in spintax format const WPCC_SPINNING_SPIN_REWRITER_TEST = '_wpcc_spinning_spin_rewriter_test'; // string Text for testing Spin Rewriter const WPCC_SPINNING_TURKCE_SPIN_API_TOKEN = '_wpcc_spinning_turkce_spin_api_token'; // string API token for Turkce Spin const WPCC_SPINNING_TURKCE_SPIN_TEST = '_wpcc_spinning_turkce_spin_test'; // string Text for testing Turkce Spin // SEO const WPCC_META_KEYWORDS_META_KEY = '_wpcc_meta_keywords_meta_key'; // string Post meta key to store meta keywords const WPCC_META_DESCRIPTION_META_KEY = '_wpcc_meta_description_meta_key'; // string Post meta key to store meta description const WPCC_TEST_FIND_REPLACE = '_wpcc_test_find_replace'; // string Test code for find-and-replaces const WPCC_FIND_REPLACE = '_wpcc_find_replace'; // array An array including what to find and with what to replace for page // Notifications const WPCC_IS_NOTIFICATION_ACTIVE = '_wpcc_is_notification_active'; // bool True if the notifications should be activated. const WPCC_NOTIFICATION_EMAIL_INTERVAL_FOR_SITE = '_wpcc_notification_email_interval_for_site'; // int Number of minutes that should pass before sending another similar notification about the same site const WPCC_NOTIFICATION_EMAILS = '_wpcc_notification_emails'; // array An array of emails to which notifications can be sent // Advanced const WPCC_MAKE_SURE_ENCODING_UTF8 = '_wpcc_make_sure_encoding_utf8'; // bool True if the target pages should be crawled in UTF8, false otherwise. const WPCC_CONVERT_CHARSET_TO_UTF8 = '_wpcc_convert_charset_to_utf8'; // bool True if the charset of the HTML should be converted to UTF8 const WPCC_HTTP_USER_AGENT = '_wpcc_http_user_agent'; // string The user agent for the crawler const WPCC_HTTP_ACCEPT = '_wpcc_http_accept'; // string The user agent for the crawler const WPCC_HTTP_ALLOW_COOKIES = '_wpcc_http_allow_cookies'; // bool True if cookies are allowed, false otherwise const WPCC_DISABLE_SSL_VERIFICATION = '_wpcc_disable_ssl_verification'; // bool True if SSL check should be disabled, false otherwise const WPCC_USE_PROXY = '_wpcc_use_proxy'; // bool True if a proxy should be used when the target page cannot be opened const WPCC_CONNECTION_TIMEOUT = '_wpcc_connection_timeout'; // int Maximum allowed number of seconds in which the response should be retrieved const WPCC_TEST_URL_PROXY = '_wpcc_test_url_proxy'; // string A URL that will be used when testing proxies const WPCC_PROXIES = '_wpcc_proxies'; // string New line-separated proxy addresses const WPCC_PROXY_TRY_LIMIT = '_wpcc_proxy_try_limit'; // int Maximum number of proxies that can be tried for one request const WPCC_PROXY_RANDOMIZE = '_wpcc_proxy_randomize'; // bool True if the proxies should be randomized before usage. const WPCC_DISABLE_TOOLTIP = '_wpcc_disable_tooltip'; // bool True if Tooltip used in the UI should be disabled. Otherwise, false. const WPCC_REFRESH_DOCS_LABEL_INDEX = '_wpcc_refresh_docs_label_index'; // This does not store any value in the database. This is just a button. /* *************************************** * * TOOLS PAGE'S SETTING KEYS * */ // Manual crawling tool const WPCC_TOOLS_SITE_ID = '_wpcc_tools_site_id'; // int ID of the site whose settings should be used to crawl the posts const WPCC_TOOLS_CATEGORY_ID = '_wpcc_tools_category_id'; // int ID of the category into which the posts should be saved const WPCC_TOOLS_POST_URLS = '_post_urls'; // string URLs of the posts that should be crawled const WPCC_TOOLS_POST_AND_FEATURED_IMAGE_URLS = '_post_and_featured_image_urls'; // array URLs of posts and their featured images that should be crawled const WPCC_TOOLS_CATEGORY_URLS = '_category_urls'; // array URLs of the categories from which the post URLs should be extracted const WPCC_TOOLS_MAX_POSTS_TO_BE_CRAWLED = '_max_posts_to_be_crawled'; // int Maximum number of posts that should be crawled before pausing const WPCC_TOOLS_MAX_PARALLEL_CRAWLING_COUNT = '_max_parallel_crawling_count'; // int Maximum number of posts that can crawled in parallel const WPCC_TOOLS_MANUAL_CRAWLING_TOOL_CLEAR_AFTER_SUBMIT = '_manual_crawling_tool_clear_after_submit'; // bool When checked, indicates that URLs entered into the manual crawling tool should be cleared // Manual recrawling tool const WPCC_TOOLS_RECRAWL_POST_ID = '_wpcc_tools_recrawl_post_id'; // int ID of the post that should be recrawled // Clear URLs tool const WPCC_TOOLS_CLEAR_URLS_SITE_ID = '_wpcc_tools_clear_urls_site_id'; // int ID of the site whose URL should be deleted const WPCC_TOOLS_URL_TYPE = '_wpcc_tools_url_type'; // string Type of URLs that should be deleted const WPCC_TOOLS_SAFETY_CHECK = '_wpcc_tools_safety_check'; // bool User checks this to indicate he/she is sure about what will happen next /* *************************************** * * DASHBOARD PAGE'S SETTING KEYS * */ const WPCC_DASHBOARD_COUNT_LAST_CRAWLED_POSTS = '_wpcc_dashboard_count_last_crawled_posts'; // int Stores how many posts in "last crawled" section should be shown const WPCC_DASHBOARD_COUNT_LAST_URLS = '_wpcc_dashboard_count_last_urls'; // int Stores how many posts in "last URLs added to queue" section should be shown const WPCC_DASHBOARD_COUNT_LAST_RECRAWLED_POSTS = '_wpcc_dashboard_count_last_recrawled_posts'; // int Stores how many posts in "last recrawled" section should be shown const WPCC_DASHBOARD_COUNT_LAST_DELETED_URLS = '_wpcc_dashboard_count_last_deleted_urls'; // int Stores how many posts in "URLs of last deleted posts" section should be shown }
Fatal error: Uncaught Error: Class 'WPCCrawler\Objects\Settings\Enums\SettingKey' not found in /home/healths/public_html/wp-content/plugins/wp-content-crawler/app/Factory.php:207 Stack trace: #0 /home/healths/public_html/wp-content/plugins/wp-content-crawler/app/Factory.php(149): WPCCrawler\Factory::getClassInstance() #1 /home/healths/public_html/wp-content/plugins/wp-content-crawler/app/Factory.php(83): WPCCrawler\Factory::dashboardController() #2 /home/healths/public_html/wp-content/plugins/wp-content-crawler/app/Factory.php(207): WPCCrawler\Factory->__construct() #3 /home/healths/public_html/wp-content/plugins/wp-content-crawler/app/Factory.php(34): WPCCrawler\Factory::getClassInstance() #4 /home/healths/public_html/wp-content/plugins/wp-content-crawler/app/WPCCrawler.php(62): WPCCrawler\Factory::getInstance() #5 /home/healths/public_html/wp-content/plugins/wp-content-crawler/app/WPCCrawler.php(44): WPCCrawler\WPCCrawler->__construct() #6 /home/healths/public_html/wp-content/plugins/wp-content-crawler/wp-content-crawle in /home/healths/public_html/wp-content/plugins/wp-content-crawler/app/Factory.php on line 207