00:00 || 00:20 🎬 Introduction
00:30 || 04:00 📄 register_post_type()
04:00 || 05:00 🗑️ unregister_post_type()
05:00 || 05:30 📝 Summary
05:30 || 06:15 🔄 Activation/Deactivation Hooks with register & unregister Post Types
06:15 || 06:30 👋 Outro
References
register_post_type( string $post_type, array|string $args = array() ): WP_Post_Type|WP_Error
https://developer.wordpress.org/refer...
class WP_Error {}
https://developer.wordpress.org/refer...
Dash Icons
https://developer.wordpress.org/resou...
unregister_post_type( string $post_type ): true|WP_Error
https://developer.wordpress.org/refer...