/**
  * Register the CCB custom post types if enabled
  *
  * @access    public
  * @since     0.9.0
  * @return    void
  */
 public function initialize_custom_post_types()
 {
     $cpts = new CCB_Core_CPTs();
     $cpts->initialize();
 }