Naming conflict in new IP address feature
-
Great new features, you added what I have not had time to request! I can get rid if a few of my custom hacks with your current release.
I have one suggestion, change the name of your “handl_ip” field, it is in conflict with:
add_shortcode($field."_i", create_function('$atts,$content,$field','return sprintf($content,$_COOKIE[str_replace("_i","",$field)]);'));
Your str_replace is breaking that since _i exists in handl_ip.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Naming conflict in new IP address feature’ is closed to new replies.