Making it compatible with Tabify Edit Screen
-
Hey guys,
Can we make your plugin work with mine. What means a small rewrite to the file admin_head.php. I would also do the same to admin_footer.php.
– Don’t use admin_head hook to add meta boxes but add_meta_boxes
– Load script with wp_enqueue_script / wp_enqueue_style
– Split CFS post type logic from real post type logic
– Change logic on hidding the editor. Currently is stupid to add the editor and then remove it. Just using remove_post_type_support() seems to do the trick.I’m happy to help out.
https://www.ads-software.com/extend/plugins/custom-field-suite/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Making it compatible with Tabify Edit Screen’ is closed to new replies.