Changeset 3226826
- Timestamp:
- 01/22/2025 12:13:06 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
r3226816 r3226826 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, ' https://natthasath.github.io/plugin-sync-footer-wordpress/footer-template.html') !== false) {26 if (strpos($url, 'github.io') !== false) { 27 27 return false; // Allow the request to proceed 28 28 }
Note: See TracChangeset
for help on using the changeset viewer.