Docs with ICE
-
I’d like to use this plugin with ICE to track doc changes and revisions.
Natively, ICE works on posts, but can be used on pages with this code:
change ice.php line 41 from: if ( 'post' != $current_screen->id ) To: (works on either posts or pages): if ( 'post' != $current_screen->id && 'page' != $current_screen->id) or: (should work on any post type:) if ( 'post' != $current_screen->base )This doesn’t work for docs. Any advice?
The topic ‘Docs with ICE’ is closed to new replies.