How to fix JS and PHP errors
-
I could only get the plugin to work by fixing the following:
-rename the JS function ‘datepicker’ and thus ‘e.fn.datepicker.*’ to something else, because it conflicted with existing jQueryUI plugin.
-wp-post-expires.php:287 changed $del_post[‘post_status’] to $del_post->post_status , because this is an object, not an array
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to fix JS and PHP errors’ is closed to new replies.