How to remove custom fields?, I do not want users to use this field. who can help me thanks.
http://wordpress.org/extend/plugins/all-in-one-event-calendar/
How to remove custom fields?, I do not want users to use this field. who can help me thanks.
http://wordpress.org/extend/plugins/all-in-one-event-calendar/
@ yaguare
Edit file: class-ai1ec-app-helper.php
Line: 166
From: $supports = array( 'title', 'editor', 'comments', 'custom-fields' );
To: $supports = array( 'title', 'editor', 'comments' );
thank you yani.iliev for your help, saludos.
You must log in to post.