Ajax Search Pro for WordPress documentation
Get a Copy of Ajax Search Pro!Get SupportKnowledge Base
Search…
⌃K
Links
Ajax Search Pro Documentation
GDPR and Cookie policy
Video Guides
Plugin Updates
Automatic Updates
Manual Updates
Safe Update Guide
Plugin update issues or errors
Disabling update check
Installation instructions
Troubleshooting
Getting started
Search Sources
Behavior
Elementor Integration
Multisite Settings
Frontend Search Settings & Search Filters
Layout Settings
Autocomplete and Keyword suggestions
Theme Options - Visual changes to the search bar
Index Table
Relevance Options
Advanced Options and Uses
Result priority settings
Performance Tuning
Compatibility Settings
Google Analytics Integration (GA4)
Translating components
Pre-Purchase FAQ
Plugin API
Other Useful Things
Powered By GitBook

Disabling update check

On intranet/internal WordPress installations it might be required to block external requests, including the plugin feature to check for updates.
To do that, use either the WP_HTTP_BLOCK_EXTERNAL constant in your wp-config.php file, that blocks all external requests globally on the whole WordPress installation:
define( 'WP_HTTP_BLOCK_EXTERNAL', true );
..or, if you wish blocking requests only from Ajax Search Pro, then use the ASP_BLOCK_EXTERNAL constant:
define( 'ASP_BLOCK_EXTERNAL', true );
Previous
Plugin update issues or errors
Next
Installation instructions
Last modified 4yr ago
Copy link