deroccha
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Permalinks] using with Bogo drops 404As I see the problem comes from custom_permalinks_request filter where the language index is getting attached to the query string and after all is not valid. Is there a way to hook in in this filter?
Forum: Plugins
In reply to: [WP Gallery Custom Links] Switch off target selfThanks for feedback I realized that is not possible to override with own filter. I made it it with jQurey.
Thanks again, nice plugin we can close the issue
Can you please guide me to initialize a class before your plugin is getting load. I have been trying to make my class global in the index.php but won’t work
Forum: Hacks
In reply to: Check Hyperlinks on post saveThanks a lot for your feedback in the main time I have been fixing this issue, and mainly as you suggested. Just one more thing what I would like to know. Is it possible to make this without to include the filter function in the template file. Is it possible to make a plugin for this? I’m new to wordpress