Changeset 3226816
- Timestamp:
- 01/22/2025 12:02:04 PM (15 months ago)
- File:
-
- 1 edited
-
sync-footer-widget/trunk/sync-footer-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sync-footer-widget/trunk/sync-footer-widget.php
r3226790 r3226816 24 24 // Allow external requests specifically for the Sync Footer Widget 25 25 add_filter('pre_http_request', function($pre, $args, $url) { 26 if (strpos($url, 'http ://natthasath.github.io/plugin-sync-footer-wordpress/footer-template.html') !== false) {26 if (strpos($url, 'https://natthasath.github.io/plugin-sync-footer-wordpress/footer-template.html') !== false) { 27 27 return false; // Allow the request to proceed 28 28 }
Note: See TracChangeset
for help on using the changeset viewer.