parmar84
Forum Replies Created
-
Something did change. Like @joshftribus mentioned
$_POST[‘customize’]
is no longer set. I think this has changed a number of times over the years, may have been in $_GET in the past. (Don’t quote me because I’m writing this away from my machine but I have hit this XSS issue a few times and I know I’ve had to change my own is_customizer logic a number of times)It would be ideal if this plugin accounted for this and used the function (again as @joshftribus mentioned). I have personally overwritten the redirect_mapped_domain function as I need to do a few other things during remapping, this is just one of them.
I do have a rule of not changing plugins, but this one changes rarely and plays such a critical role in my set up that I feel I need to be more hands on.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] is dm_handle_actions obsolete?Aah ok.
Is there any reason the do_actions in that function are not in dm_domains_admin?
We manage all our domain mapping from network admin->settings->domains and could really do with some hooks here.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] is dm_handle_actions obsolete?It is present, and contains the actions I wish to use.
But whenever domains are mapped via the admin screen, the function
dm_domains_admin
is used… which appears to contain the same queries asdm_handle_actions_add
.So while it is present, is it actually in use?
Nothing is fired when I’m hooking into the actions in
dm_handle_actions_add
.- This reply was modified 7 years, 5 months ago by parmar84.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Filter by date?Hi mitcho,
I’m pretty happy with your plugin, but this feature was something that was a bit too difficult to find – obviously when you explain it its simple. Another 2 people also couldn’t find it https://www.ads-software.com/support/topic/plugin-yet-another-related-posts-plugin-show-related-posts-from-within-last-year?replies=2
Maybe you could add a note to ‘check screen options for more functionality’ on the side under the help improve or contact yarpp boxes?
still…. many thanks!