Wrong URLs
-
Hello,
I’m the developer of WP Hide plugin https://www.ads-software.com/plugins/wp-hide-security-enhancer/
We came across an issue with your plugin, since customizing URLs through the WP Hide (e.g. the default uploads ), they are saved that way by your code, within the database. The WP Hide include a special internal tool to revert the data before being saved within the database, still in your case as you use base64_encode for all options, that will not make a match.
Do you know a way to make it compatible, maybe remove the base64_encode usage, as I really don’t see the point using it? You already run serialize.
Or add a filter on your ad-inserter.php before line 7490ai_save_options ($ai_options, $multisite_options)
which we can use in our site to create a compatibility routine.Thanks
- The topic ‘Wrong URLs’ is closed to new replies.