Created
August 6, 2015 17:44
-
-
Save arelthia/d3067488d3a10be37529 to your computer and use it in GitHub Desktop.
Change the label for Pods Groups. Create seperate groups(meta boxes).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function tht_add_pods_groups () { | |
| pods_group_add( 'book', 'About The Book', 'book_featured, book_short_title, book_subtitle, book_cover_image, book_cover_caption, book_description, book_background_image, book_author, book_available_at' ); | |
| pods_group_add( 'place', 'Available From', 'place_name, place_link, place_icon, related_book' ); | |
| } | |
| add_action( 'pods_meta_groups', 'tht_add_pods_groups' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment