Applying Custom Field GUI plugin to Pages as well

Published: On Saturday, October 25, 2008

The Custom Field GUI plugin:

… enables the automation of creation of form element user interface for entering Post' custom field.

With this great (but long time not updated plugin) you can manage only posts' custom fields. But what if you'd like to use it for Pages too?

It's all about this one single line of code. Add it at the end of rc-custom-field-gui.php file.

add_action( 'edit_page_form', array( 'rc_custom_field_gui', 'insert_gui' ) );

Comments

Comments are closed.

I quit working with WordPress, comments are closed. My plugins will not be updated any more – at least not by me. Feel free to modify my source codes though… Also I am not able to provide support, sorry. –Kahi