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
| <?php | |
| /** | |
| * Example code for tutorial post on custom meta boxes: | |
| * https://wptheming.com/2010/08/custom-metabox-for-post-type/ | |
| */ | |
| /** | |
| * Registers the event post type. | |
| */ | |
| function wpt_event_post_type() { |