andrejovdienko
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [IP2Location Redirection] Problem with non-standard real IP sourceSuper, thanks!
Forum: Plugins
In reply to: [IP2Location Redirection] Problem with non-standard real IP sourceNo, it is shared hosting and I can’t configure server host. I had solve the problem by other way.
But hook at get_ip() for non-standart may be useful. This is my feature request for the future.
Forum: Plugins
In reply to: [wp_mail return-path] NoticeTypo in the code.
At line 17 replace $params->Sender by $phpmailer->Sender
I am just user.
It needs to be fixed by developers of plugin
There is an error at strings 273 (and 284) in plugin file cpt-onomy.php.
Patch is very simple.
Replace this fragment at the end of string:
$eligible_post_types, CPT_ONOMIES_POSTMETA_KEY, $taxonomy, $value ) );by this:
$eligible_post_types), CPT_ONOMIES_POSTMETA_KEY, $taxonomy, $value );- This reply was modified 7 years, 6 months ago by andrejovdienko.
Viewing 5 replies - 1 through 5 (of 5 total)