function tapro_register_cpts() { register_post_type('continent', array( 'labels' => array( 'name' => __('Continents', 'tourism-advanced-pro'), ), 'public' => true, 'hierarchical'=> true, 'has_archive' => true, 'rewrite' => array('slug' => ''), 'supports' => array('title', 'editor', 'thumbnail', 'custom-fields') )); register_post_type('country', array( 'labels' => array( 'name' => __('Countries', 'tourism-advanced-pro'), ), 'public' => true, 'hierarchical'=> true, 'has_archive' => true, 'rewrite' => array('slug' => ''), 'supports' => array('title', 'editor', 'thumbnail', 'custom-fields') )); register_post_type('destination', array( 'labels' => array( 'name' => __('Destinations', 'tourism-advanced-pro'), ), 'public' => true, 'hierarchical'=> true, 'has_archive' => true, 'rewrite' => array('slug' => ''), 'supports' => array('title', 'editor', 'thumbnail', 'custom-fields') )); } add_action('init', 'tapro_register_cpts');
Warning: Cannot modify header information - headers already sent by (output started at /home/arab/public_html/wp-content/plugins/tourism-suite/includes/cpt.php:1) in /home/arab/public_html/wp-includes/pluggable.php on line 1435

Warning: Cannot modify header information - headers already sent by (output started at /home/arab/public_html/wp-content/plugins/tourism-suite/includes/cpt.php:1) in /home/arab/public_html/wp-includes/pluggable.php on line 1438