tezalsec
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Activity Log] Fatal ErrorSame here. Deactivating for now.
Reminder to self: don’t update plugins too quickly.
Thanks.
Forum: Plugins
In reply to: [WPS Hide Login] Fatal error: Cannot redeclare DNH functionDaniele, Thanks for confirming.
@nicolaskulka, please fix this. Thanks.
I understand. Again, thanks for considering. ??
I assume there are no hooks to manipulate the subject line of the email with a small snippet?
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Colors lostYes, all terms are available.
Screenshots: https://imgur.com/a/FkStElO
First is dutch, second is english.
Forum: Plugins
In reply to: [Autoptimize] RedisThe snippet is working great, thanks a lot! ??
- This reply was modified 4 years, 1 month ago by tezalsec.
Forum: Plugins
In reply to: [Disable WP REST API] Contact Form 7 Bypass SolutionHey again,
through your plugin upgrade I just now came to read the 2018 comments on https://perishablepress.com/disable-wp-rest-api/#contact-form-7 , and read about the other much-used disable json plugin. I did not know it existed ??
Anyway, that other plugin also already has whitelisting endpoint options, including CF7. But also The Event Calendar, which I needed.
Personally, earlier I also decided to cancel Darko’s hack with the CF7 object, and just check on the url, like:
If (strpos($_SERVER[‘REQUEST_URI’], ‘contact/’)) then … enable.
This isn’t just applied to the page urls, but also to the ajax urls the json uses, so it can not be circumvented, and this seems to work fine.
Just FYI. Cheers.
Forum: Plugins
In reply to: [Admin Notices Manager] ExceptionCool, looking forward to it!
Just saw through your log plugin newsletter you’re a Rotterdammer, just like me ??
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Colors lostYeah, I did that. I does switch alright between the two labels, so the correct relationships are there. Just the color settings disappear. I should also say Dutch is the primary language, I have seen other plugins be confused about that, as they were assuming the english to be the primary one.
The filter:
/*
* Events Calendar Category Colors plugin snippet for WPML support
*/
add_filter( ‘teccc_add_terms’, function() {$translated_terms = array(
‘bijeenkomst’,
‘lezing’,
‘live-video’,
‘webinar’,
‘workshop’,
‘gathering’,
‘lecture’,
‘live-video-en’,
‘webinar-en’,
‘workshop-en’,
);return $translated_terms;
});Forum: Plugins
In reply to: [Blackhole for Bad Bots] Move Settings LinkThat choice is always a great service, I see other plugins (like Asset Cleanup, maybe you can lend some code there) do that as well, but maybe its a bit much work for what it actually brings.
Forum: Plugins
In reply to: [Blackhole for Bad Bots] Move Settings LinkOk, You got me, maybe not one-time then ??
But still, a child page with two tabs would be a nice solution. ??
Forum: Plugins
In reply to: [WPS Hide Login] The hidden admin login is still foundGood point, Jean.
Hope the plugin developer will respond, or do something about this.
I am not getting this link redirected either.
Same issue. Many js errors, relating to caching, js optimizing, translation and woocommerce. Downgrade to 3.016 fixed it.
Forum: Plugins
In reply to: [Disable WP REST API] Contact Form 7 Bypass SolutionGood point. “REST API Security” it is. ??
Forum: Plugins
In reply to: [Disable WP REST API] Contact Form 7 Bypass Solution@specialk , thinking about it some more, maybe there is an opportunity here for a whole new plugin, besides the disabling one, named like :
“WP API Security”
“Secure your API Access with several optional limiting filters. Protect the security and privacy of your data and your hardware’s resources. Don’t just fully open or close your website’s json data access to the world, but finetune it and only allow specific access to whitelisted services.”
That would be probably get some attention. More than “just disabling” it.
??Forum: Plugins
In reply to: [Disable WP REST API] Contact Form 7 Bypass SolutionGreat, Darko, thanks.