You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Description: This plugin allows additional custom post types in Pressbooks.
* Author: Steel Wagstaff <swagstaff@wisc.edu>
* License: GPLv2 (or any later version)
*/
/**
* Allows additional custom post types in Pressbooks. Per: https://github.com/pressbooks/pressbooks/blob/4.0.0/inc/posttype/namespace.php#L16-L29 as of 2017-7-12
* In this case, 'glossary'--defined by the CM Tooltip Glossary plugin: https://wordpress.org/plugins/enhanced-tooltipglossary/).
* To add additional types, just add them to the array before or after 'glossary'.