$post_type conflicting with other plugin
-
I am working on a plugin but found some conflict issues.
On WP3.6, Adminimize 1.8.4In adminimize.php function _mw_adminimize_admin_init(), you are defining $post_type as global, which seems to be causing this conflict.
Can you please modify your plugin by using a different variable in the foreach loop in line 310?
Thank you.
The topic ‘$post_type conflicting with other plugin’ is closed to new replies.