charlesnaa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: TikTok Creator embedThanks! In case anyone is also interested in this feature, I put the core.trac link here as well.
The reason is that, the plugin has some conflict with another plugin “Category Order and Taxonomy Terms Order”. Is there any way to fix this?
Is there any way to control the permission of assigning categories, but also can use WP REST API to get the correct information, which means, not limit the read permission of categories.
Forum: Plugins
In reply to: [WP Activity Log] Can we add customized hook when activity happens@robert681 Thank you so much for your information! The hooks in the plugin is very helpful, what I try to do is that I want to make some change in wsal_event_data_before_log hook. Every time the log is written in the database, I want to use some of the information of log and send the customized log to an audit service.
1. I wonder, is this a legal way to use your plugin?
2. If I update the plugin, will the code added in the hook be deleted?
3. If the plugin can provide some functions, such as customizing log and provide interface to add hook, that will be perfectly solve my problems.