//Custom Functions to Extend the WordPress Custom Field Bulk Editor Plugin //These files can go in a plugin or in functions.php //First Function Adds Lines Before Built-in Custom Field Lines function add_my_custom_lines($post_type) { //If you only want to add this functionality to pages, you can use this to bail on the function if it isn't "page" if ($post_type != 'page') return; //Write special code for each line you want to add ?> Reminder What This Field Is For
Special Instructions For Field