Module::run_module()
Run Post Type Enhancements Module
Source
File: includes/modules/post_type_enhancements/module.php
Expand full source code Collapse full source code View on Github
Related
Uses
Uses | Description |
---|---|
includes/modules/post_type_enhancements/module.php: Module::get_supported_post_types_cached() |
Returns a list of supported custom post types. |
includes/modules/post_type_enhancements/views/blog_pro_cpt_view.php: Blog_Pro_CPT_View::__construct() |
Constructor for the class. |
includes/modules/post_type_enhancements/views/layout_cpt_view.php: Layout_CPT_View::__construct() |
Constructor for the class. |
includes/modules/post_type_enhancements/views/layout_cpt_archive_view.php: Layout_CPT_Archive_View::__construct() |
Constructor for the class. |
includes/modules/post_type_enhancements/model/cpt_model.php: CPT_Model::__construct() |
Constructor for the class. |
includes/modules/post_type_enhancements/customizer/blog_pro_cpt.php: Blog_Pro_CPT::__construct() |
Constructor for the class. |
includes/modules/post_type_enhancements/customizer/layout_cpt_sidebar_container.php: Layout_CPT_Sidebar_Container::__construct() |
Constructor for the class. |
includes/modules/post_type_enhancements/customizer/layout_cpt_archive.php: Layout_CPT_Archive::__construct() |
Constructor for the class. |
includes/modules/post_type_enhancements/customizer/layout_cpt_single.php: Layout_CPT_Single::__construct() |
Constructor for the class. |