parent()->get('Version')); wp_enqueue_style( 'animal-pet-care-style', get_stylesheet_uri(), array( $animal_pet_care_parentcss ), $animal_pet_care_theme->get('Version')); require get_theme_file_path( '/custom-option.php' ); wp_add_inline_style( 'animal-pet-care-style',$pet_care_zone_theme_css ); require get_parent_theme_file_path( '/custom-option.php' ); wp_add_inline_style( 'pet-care-zone-style',$pet_care_zone_theme_css ); wp_enqueue_script( 'comment-reply', '/wp-includes/js/comment-reply.min.js', array(), false, true ); } add_action( 'wp_enqueue_scripts', 'animal_pet_care_enqueue_styles' ); function animal_pet_care_admin_scripts() { // demo CSS wp_enqueue_style( 'animal-pet-care-demo-css', get_theme_file_uri( 'assets/css/demo.css' ) ); } add_action( 'admin_enqueue_scripts', 'animal_pet_care_admin_scripts' ); function animal_pet_care_theme_color() { $animal_pet_care_theme_color_css = ''; $pet_care_zone_theme_color = get_theme_mod('pet_care_zone_theme_color'); $pet_care_zone_theme_color_2 = get_theme_mod('pet_care_zone_theme_color_2'); $pet_care_zone_preloader_bg_color = get_theme_mod('pet_care_zone_preloader_bg_color'); $pet_care_zone_preloader_dot_1_color = get_theme_mod('pet_care_zone_preloader_dot_1_color'); $pet_care_zone_preloader_dot_2_color = get_theme_mod('pet_care_zone_preloader_dot_2_color'); if(get_theme_mod('pet_care_zone_preloader_bg_color') == '') { $pet_care_zone_preloader_bg_color = '#000'; } if(get_theme_mod('pet_care_zone_preloader_dot_1_color') == '') { $pet_care_zone_preloader_dot_1_color = '#fff'; } if(get_theme_mod('pet_care_zone_preloader_dot_2_color') == '') { $pet_care_zone_preloader_dot_2_color = '#7e4c4f'; } $animal_pet_care_theme_color_css = ' .top-info,.comment-respond input#submit,#colophon,.main-navigation .sub-menu,.sidebar h5,#button,.sidebar input[type="submit"], .sidebar button[type="submit"],.sidebar .tagcloud a:hover,.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .posts-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover,.woocommerce .woocommerce-ordering select,.pro-button a, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,.woocommerce-account .woocommerce-MyAccount-navigation ul li,.toggle-nav i,span.onsale,.addtocart a:hover,.social-link i.fab.fa-linkedin-in,.featured-cat,.woocommerce a.added_to_cart,.social-link i.fab.fa-facebook-f, .social-link i.fab.fa-twitter, .social-link i.fab.fa-instagram, .social-link i.fab.fa-linkedin-in, .social-link i.fab.fa-pinterest-p{ background: '.esc_attr($pet_care_zone_theme_color).'; } h1, h2, h3, h4, h5, h6,.article-box a,.sidebar ul li a:hover,p.price, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price,.navbar-brand a,.slider-btn a:hover, .main-navigation .menu > li > a { color: '.esc_attr($pet_care_zone_theme_color).'; } .post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .posts-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover,.addtocart a:hover { border-color: '.esc_attr($pet_care_zone_theme_color).'; } .wp-block-quote, .wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-pullquote { border-color: '.esc_attr($pet_care_zone_theme_color).'!important; } @media screen and (max-width:1000px){ .sidenav { background: '.esc_attr($pet_care_zone_theme_color).'; } } .topbtn,.main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus,.pro-button a:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,.woocommerce ul.products li.product .onsale, .woocommerce span.onsale,#button:hover, #button:active,.comment-respond input#submit:hover,.woocommerce a.added_to_cart:hover,.social-link i.fab.fa-facebook-f:hover, .social-link i.fab.fa-twitter:hover, .social-link i.fab.fa-instagram:hover, .social-link i.fab.fa-linkedin-in:hover, .social-link i.fab.fa-pinterest-p:hover,.slider-btn a { background: '.esc_attr($pet_care_zone_theme_color_2).'; } .woocommerce .star-rating span::before, .woocommerce ul.products li.product .star-rating, .woocommerce .star-rating,.box-category a,a, .main-navigation .menu > li > a:hover{ color: '.esc_attr($pet_care_zone_theme_color_2).'; } .loading{ background-color: '.esc_attr($pet_care_zone_preloader_bg_color).'; } @keyframes loading { 0%, 100% { transform: translatey(-2.5rem); background-color: '.esc_attr($pet_care_zone_preloader_dot_1_color).'; } 50% { transform: translatey(2.5rem); background-color: '.esc_attr($pet_care_zone_preloader_dot_2_color).'; } } '; wp_add_inline_style( 'animal-pet-care-style',$animal_pet_care_theme_color_css ); } add_action( 'wp_enqueue_scripts', 'animal_pet_care_theme_color' ); function animal_pet_care_customize_register($wp_customize){ // Pro Version class Animal_Pet_Care_Customize_Pro_Version extends WP_Customize_Control { public $type = 'pro_options'; public function render_content() { echo 'For More '. esc_html( $this->label ) .'?'; echo ''; echo ''; echo ' '. esc_html( PET_CARE_ZONE_BUY_TEXT,'animal-pet-care' ) .''; echo ''; } } // Slider $wp_customize->add_section('animal_pet_care_top_slider',array( 'title' => esc_html__('Slider Option','animal-pet-care'), 'description' => esc_html__('Here you have to select page in below dropdown. Image Dimension ( 1800px x 600px )','animal-pet-care'), 'priority' => 50, )); $wp_customize->add_setting('animal_pet_care_slider_setting', array( 'default' => 1, 'sanitize_callback' => 'animal_pet_care_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'animal_pet_care_slider_setting',array( 'label' => __( 'Enable Disable Slider Section', 'animal-pet-care' ), 'section' => 'animal_pet_care_top_slider', 'settings' => 'animal_pet_care_slider_setting', 'type' => 'checkbox', ))); $wp_customize->add_setting('animal_pet_care_slider_title_setting', array( 'default' => 1, 'sanitize_callback' => 'animal_pet_care_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'animal_pet_care_slider_title_setting',array( 'label' => __( 'Enable Disable Slider Title', 'animal-pet-care' ), 'section' => 'animal_pet_care_top_slider', 'settings' => 'animal_pet_care_slider_title_setting', 'type' => 'checkbox', ))); $wp_customize->add_setting('animal_pet_care_slider_button_setting', array( 'default' => 1, 'sanitize_callback' => 'animal_pet_care_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'animal_pet_care_slider_button_setting',array( 'label' => __( 'Enable Disable Slider Button', 'animal-pet-care' ), 'section' => 'animal_pet_care_top_slider', 'settings' => 'animal_pet_care_slider_button_setting', 'type' => 'checkbox', ))); for ( $pet_care_zone_count = 1; $pet_care_zone_count <= 3; $pet_care_zone_count++ ) { $wp_customize->add_setting( 'animal_pet_care_top_slider_page' . $pet_care_zone_count, array( 'default' => '', 'sanitize_callback' => 'pet_care_zone_sanitize_dropdown_pages' ) ); $wp_customize->add_control( 'animal_pet_care_top_slider_page' . $pet_care_zone_count, array( 'label' => __( 'Select Slide Page', 'animal-pet-care' ), 'description' => __('Slider image size (1400 x 550)','animal-pet-care'), 'section' => 'animal_pet_care_top_slider', 'type' => 'dropdown-pages' ) ); } //Slider button text $wp_customize->add_setting('animal_pet_care_slider_button_text',array( 'default'=> '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('animal_pet_care_slider_button_text',array( 'label' => __('Slider Button Text','animal-pet-care'), 'section'=> 'animal_pet_care_top_slider', 'type'=> 'text' )); // Pro Version $wp_customize->add_setting( 'pro_version_sliders_setting', array( 'sanitize_callback' => 'Pet_Care_Zone_sanitize_custom_control' )); $wp_customize->add_control( new Animal_Pet_Care_Customize_Pro_Version ( $wp_customize,'pro_version_sliders_setting', array( 'section' => 'animal_pet_care_top_slider', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'animal-pet-care' ), 'description' => esc_url( PET_CARE_ZONE_URL ), 'priority' => 100 ))); // Our Services $wp_customize->add_section('animal_pet_care_services_section',array( 'title' => esc_html__('Our Services','animal-pet-care'), 'description' => esc_html__('Here you have to select category which will display perticular services in the home page.','animal-pet-care'), 'priority' => 70, )); $wp_customize->add_setting('animal_pet_care_services_setting', array( 'default' => 1, 'sanitize_callback' => 'animal_pet_care_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'animal_pet_care_services_setting',array( 'label' => __( 'Enable Disable Services', 'animal-pet-care' ), 'section' => 'animal_pet_care_services_section', 'settings' => 'animal_pet_care_services_setting', 'type' => 'checkbox', ))); $wp_customize->add_setting('animal_pet_care_services_title',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('animal_pet_care_services_title',array( 'label' => esc_html__('Section Title','animal-pet-care'), 'section' => 'animal_pet_care_services_section', 'setting' => 'animal_pet_care_services_title', 'type' => 'text' )); $wp_customize->add_setting('animal_pet_care_services_text',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('animal_pet_care_services_text',array( 'label' => esc_html__('Section Text','animal-pet-care'), 'section' => 'animal_pet_care_services_section', 'setting' => 'animal_pet_care_services_text', 'type' => 'text' )); $categories = get_categories(); $cat_post = array(); $cat_post[]= 'select'; $i = 0; foreach($categories as $category){ if($i==0){ $default = $category->slug; $i++; } $cat_post[$category->slug] = $category->name; } $wp_customize->add_setting('animal_pet_care_services_sec_category',array( 'default' => 'select', 'sanitize_callback' => 'pet_care_zone_sanitize_select', )); $wp_customize->add_control('animal_pet_care_services_sec_category',array( 'type' => 'select', 'choices' => $cat_post, 'label' => __('Select Category to display services','animal-pet-care'), 'section' => 'animal_pet_care_services_section', )); $wp_customize->add_setting('animal_pet_care_services_per_page',array( 'default' => 4, 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('animal_pet_care_services_per_page',array( 'label' => esc_html__('No Of services to show','animal-pet-care'), 'section' => 'animal_pet_care_services_section', 'setting' => 'animal_pet_care_services_per_page', 'type' => 'text' )); // Pro Version $wp_customize->add_setting( 'pro_version_service_setting', array( 'sanitize_callback' => 'Pet_Care_Zone_sanitize_custom_control' )); $wp_customize->add_control( new Animal_Pet_Care_Customize_Pro_Version ( $wp_customize,'pro_version_service_setting', array( 'section' => 'animal_pet_care_services_section', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'animal-pet-care' ), 'description' => esc_url( PET_CARE_ZONE_URL ), 'priority' => 100 ))); } add_action('customize_register', 'animal_pet_care_customize_register'); if ( ! function_exists( 'animal_pet_care_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. */ function animal_pet_care_setup() { add_theme_support( 'responsive-embeds' ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded tag in the document head, and expect WordPress to * provide it for us. */ add_theme_support( 'title-tag' ); /* * Enable support for Post Thumbnails on posts and pages. * * @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/ */ add_theme_support( 'post-thumbnails' ); add_image_size('animal-pet-care-featured-header-image', 2000, 660, true); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); // Set up the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'pet_care_zone_custom_background_args', array( 'default-color' => '', 'default-image' => '', ) ) ); /** * Add support for core custom logo. * * @link https://codex.wordpress.org/Theme_Logo */ add_theme_support( 'custom-logo', array( 'height' => 50, 'width' => 50, 'flex-width' => true, ) ); add_editor_style( array( '/editor-style.css' ) ); add_theme_support( 'align-wide' ); add_theme_support( 'wp-block-styles' ); } endif; add_action( 'after_setup_theme', 'animal_pet_care_setup' ); /** * Register widget area. * * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar */ function animal_pet_care_widgets_init() { register_sidebar( array( 'name' => esc_html__( 'Sidebar', 'animal-pet-care' ), 'id' => 'sidebar', 'description' => esc_html__( 'Add widgets here.', 'animal-pet-care' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h5 class="widget-title">', 'after_title' => '</h5>', ) ); } add_action( 'widgets_init', 'animal_pet_care_widgets_init' ); function animal_pet_care_sanitize_checkbox( $input ) { // Boolean check return ( ( isset( $input ) && true == $input ) ? true : false ); } function animal_pet_care_remove_customize_register() { global $wp_customize; $wp_customize->remove_section( 'pet_care_zone_top_slider' ); } add_action( 'customize_register', 'animal_pet_care_remove_customize_register', 11 ); function animal_pet_care_remove_my_action() { remove_action( 'admin_menu','animal_pet_care_themepage' ); remove_action( 'admin_menu','demo_importer_admin_page' ); remove_action( 'admin_notices','animal_pet_care_deprecated_hook_admin_notice' ); } add_action( 'init', 'animal_pet_care_remove_my_action'); // Demo Content Code // Ensure WordPress is loaded if (!defined('ABSPATH')) { exit; } // Handle the AJAX request function animal_pet_care_demo_importer_ajax_handler() { // Sample data to import $theme_mods_data = array( 'header_textcolor' => '000000', // Example: change header text color 'background_color' => 'ffffff', // Example: change background color 'custom_logo' => 123, // Example: set a custom logo by attachment ID 'footer_text' => 'Custom Footer Text', // Example: custom footer text ); // Call the function to import theme mods if (animal_pet_care_demo_theme_importer($theme_mods_data)) { // After importing theme mods, create the menu animal_pet_care_create_demo_menu(); wp_send_json_success(array( 'msg' => 'Theme mods imported successfully.', 'redirect' => home_url() )); } else { wp_send_json_error('Failed to import theme mods.'); } wp_die(); } // Function to set theme mods function animal_pet_care_demo_theme_importer($import_data) { if (is_array($import_data)) { foreach ($import_data as $mod_name => $mod_value) { set_theme_mod($mod_name, $mod_value); } return true; } else { return false; } } // Function to create demo menu function animal_pet_care_create_demo_menu() { $menu_structure = [ [ 'title' => 'Home', 'slug' => 'home', 'template' => 'page-template/home-template.php', ], [ 'title' => 'About Us', 'slug' => 'about', 'content' => " <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p> " ], [ 'title' => 'Services', 'slug' => 'services', 'content' => " <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p> " ], [ 'title' => 'Page', 'slug' => 'page', 'content' => "<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p> " ], [ 'title' => 'News', 'slug' => 'news', 'content' => "<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p> " ], [ 'title' => 'Contact Us', 'slug' => 'contact', 'content' => "<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p> " ], ]; // ---------------------------------------------------- // Do not modify below this line unless needed // ---------------------------------------------------- $created_pages = []; $menu_name = 'Primary Menu'; $location = 'primary'; $menu = wp_get_nav_menu_object($menu_name); $menu_id = (!$menu) ? wp_create_nav_menu($menu_name) : $menu->term_id; $create_page_and_menu = function($item, $parent_menu_id = 0, $parent_page_id = 0) use (&$create_page_and_menu, &$created_pages, $menu_id) { $page = get_page_by_title($item['title']); if (!$page) { $page_id = wp_insert_post([ 'post_title' => $item['title'], 'post_type' => 'page', 'post_status' => 'publish', 'post_name' => $item['slug'], 'post_parent' => $parent_page_id, 'post_content' => !empty($item['content']) ? $item['content'] : '', ]); if (!empty($item['template'])) { update_post_meta($page_id, '_wp_page_template', $item['template']); } } else { $page_id = $page->ID; } $created_pages[$item['title']] = $page_id; $menu_item_id = wp_update_nav_menu_item($menu_id, 0, [ 'menu-item-title' => $item['title'], 'menu-item-object' => 'page', 'menu-item-object-id' => $page_id, 'menu-item-type' => 'post_type', 'menu-item-parent-id' => $parent_menu_id, 'menu-item-status' => 'publish' ]); if (!empty($item['children'])) { foreach ($item['children'] as $child) { $create_page_and_menu($child, $menu_item_id, $page_id); } } }; foreach ($menu_structure as $item) { $create_page_and_menu($item); } if (!empty($created_pages['Home'])) { update_option('page_on_front', $created_pages['Home']); update_option('show_on_front', 'page'); } if (!empty($created_pages['Blog'])) { update_option('page_for_posts', $created_pages['Blog']); } $locations = get_theme_mod('nav_menu_locations'); $locations[$location] = $menu_id; set_theme_mod('nav_menu_locations', $locations); //Top Bar set_theme_mod( 'pet_care_zone_facebook_icon', 'fab fa-facebook-f' ); set_theme_mod( 'pet_care_zone_facebook_url', 'www.facebook.com' ); set_theme_mod( 'pet_care_zone_twitter_icon', 'fab fa-twitter' ); set_theme_mod( 'pet_care_zone_twitter_url', 'www.twitter.com' ); set_theme_mod( 'pet_care_zone_intagram_icon', 'fab fa-instagram' ); set_theme_mod( 'pet_care_zone_intagram_url', 'www.instagram.com' ); set_theme_mod( 'pet_care_zone_linkedin_icon', 'fab fa-linkedin-in' ); set_theme_mod( 'pet_care_zone_linkedin_url', 'www.linkedin.com' ); set_theme_mod( 'pet_care_zone_pintrest_icon', 'fab fa-pinterest-p' ); set_theme_mod( 'pet_care_zone_pintrest_url', 'www.pinterest.com' ); set_theme_mod( 'pet_care_zone_phone_icon', 'fa fa-phone-square' ); set_theme_mod( 'pet_care_zone_header_phone', '1(868) 255-6155' ); set_theme_mod( 'pet_care_zone_email_icon', 'fas fa-envelope-square' ); set_theme_mod( 'pet_care_zone_topbar_email', 'admin@pets.com' ); set_theme_mod( 'pet_care_zone_topbar_text1', 'Book Appointment' ); set_theme_mod( 'pet_care_zone_topbar_link1', '#' ); //Slider set_theme_mod( 'animal_pet_care_slider_setting', true ); //$tab_title = array('','Exceptional Kindergarten Learning Experience','Excellence in Kindergarten Education'); for($i=1;$i<=3;$i++){ $title = 'Helping Your Pets Get Rid Of Annoying Pets'; $content = 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.'; // Create post object $my_post = array( 'post_title' => wp_strip_all_tags( $title ), 'post_content' => $content, 'post_status' => 'publish', 'post_type' => 'page', ); // Insert the post into the database $post_id = wp_insert_post( $my_post ); if ($post_id) { // Set the theme mod for the slider page set_theme_mod('animal_pet_care_top_slider_page' . $i, $post_id); $image_url = get_stylesheet_directory_uri().'/assets/img/slider.png'; $image_id = media_sideload_image($image_url, $post_id, null, 'id'); if (!is_wp_error($image_id)) { // Set the downloaded image as the post's featured image set_post_thumbnail($post_id, $image_id); } } } //Featured Product set_theme_mod( 'pet_care_zone_pet_product_setting', true ); set_theme_mod( 'pet_care_zone_product_loop', true ); if ( class_exists( 'WooCommerce' ) ) { $product_category= array( 'Featured' => array( 'Pet Boarding And Daycare', 'Discount Pet Accessories', ), ); foreach ( $product_category as $product_cats => $products_name ) { // Insert porduct cats Start $content = 'This is sample product category'; $parent_category = wp_insert_term( $product_cats, // the term 'product_cat', // the taxonomy array( 'description'=> $content, 'slug' => str_replace( ' ', '-', $product_cats) ) ); // -------------- create subcategory END ----------------- // create Product START foreach ( $products_name as $key => $product_title ) { $content = 'Lorem Ipsum has been the industrys standard dummy text ever since the 1500 when an unknown printer took a galley of type and scrambled it to make a type specimen book when an unknown printer took a galley of type and scrambled it to make a type specimen book.'; // Create post object $my_post = array( 'post_title' => wp_strip_all_tags( $product_title ), 'post_content' => $content, 'post_status' => 'publish', 'post_type' => 'product', 'post_category' => [$parent_category['term_id']] ); // Insert the post into the database $post_id = wp_insert_post($my_post); wp_set_object_terms( $post_id, str_replace( ' ', '-', $product_cats), 'product_cat', true ); update_post_meta( $post_id, '_regular_price', "$25.00" ); update_post_meta( $post_id, '_sale_price', "$20.00" ); // Now replace meta w/ new updated value array $image_url = get_template_directory_uri().'/assets/img/' . str_replace(' ', '-', strtolower($product_title)).'.png'; // $image_url = get_template_directory_uri().'/assets/images/product/'.$product_cats.'/'.$product_title.'.png'; $image_name = $product_title.'.png'; $upload_dir = wp_upload_dir(); // Set upload folder $image_data = file_get_contents(esc_url($image_url)); // Get image data $unique_file_name = wp_unique_filename($upload_dir['path'], $image_name); // Generate unique name $filename = basename($unique_file_name); // Create image file name // Check folder permission and define file location if (wp_mkdir_p($upload_dir['path'])) { $file = $upload_dir['path'].'/'.$filename; } // Create the image file on the server file_put_contents($file, $image_data); // Check image file type $wp_filetype = wp_check_filetype($filename, null); // Set attachment data $attachment = array( 'post_mime_type' => $wp_filetype['type'], 'post_title' => sanitize_file_name($filename), 'post_type' => 'product', 'post_status' => 'inherit', ); // Create the attachment $attach_id = wp_insert_attachment($attachment, $file, $post_id); // Include image.php require_once (ABSPATH.'wp-admin/includes/image.php'); // Define attachment metadata $attach_data = wp_generate_attachment_metadata($attach_id, $file); // Assign metadata to attachment wp_update_attachment_metadata($attach_id, $attach_data); // And finally assign featured image to post set_post_thumbnail($post_id, $attach_id); // Create product END wp_update_post($post_id); } } } set_theme_mod( 'pet_care_zone_pet_product', 'featured' ); //Our Services set_theme_mod( 'animal_pet_care_services_setting', true ); set_theme_mod( 'animal_pet_care_services_title', 'Caring For Pets & Sheltering' ); set_theme_mod( 'animal_pet_care_services_text', 'We specialize in our Passion' ); set_theme_mod( 'animal_pet_care_services_sec_category', 'services' ); set_theme_mod( 'animal_pet_care_services_per_page', '4' ); // Import Categories $categories = [ ['name' => 'Services', 'slug' => 'services'] ]; $category_ids = []; foreach ($categories as $category) { $term = wp_insert_term($category['name'], 'category', ['slug' => $category['slug']]); if (!is_wp_error($term)) { $category_ids[$category['slug']] = $term['term_id']; } } // Import Posts $posts = [ ['title' => 'Pet Examination', 'content' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.', 'categories' => ['services'], 'image_url' => get_stylesheet_directory_uri().'/assets/img/service1.png'], ['title' => 'Pet Grooming', 'content' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.', 'categories' => ['services'], 'image_url' => get_stylesheet_directory_uri().'/assets/img/service2.png'], ['title' => 'Pet Sitting', 'content' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.', 'categories' => ['services'], 'image_url' => get_stylesheet_directory_uri().'/assets/img/service3.png'], ['title' => 'Pet Medical Bath', 'content' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.', 'categories' => ['services'], 'image_url' => get_stylesheet_directory_uri().'/assets/img/service4.png'], ]; foreach ($posts as $post) { $post_categories = array_map(function ($slug) use ($category_ids) { return $category_ids[$slug]; }, $post['categories']); $post_id = wp_insert_post([ 'post_title' => $post['title'], 'post_content' => $post['content'], 'post_status' => 'publish', 'post_category' => $post_categories, ]); if ($post_id && !is_wp_error($post_id)) { // Upload the featured image $image_id = media_sideload_image($post['image_url'], $post_id, null, 'id'); if (!is_wp_error($image_id)) { // Set the featured image set_post_thumbnail($post_id, $image_id); } } } } // Enqueue necessary scripts add_action('admin_enqueue_scripts', 'animal_pet_care_demo_importer_enqueue_scripts'); function animal_pet_care_demo_importer_enqueue_scripts() { wp_enqueue_script( 'demo-theme-importer', get_template_directory_uri() . '/assets/js/theme-importer.js', // Path to your JS file array('jquery'), null, true ); wp_enqueue_style('demo-importer-style', get_template_directory_uri() . '/assets/css/importer.css', array(), ''); // Localize script to pass AJAX URL to JS wp_localize_script( 'demo-theme-importer', 'demoImporter', array( 'ajax_url' => admin_url('admin-ajax.php'), 'nonce' => wp_create_nonce('theme_importer_nonce') ) ); } add_action( 'customize_register', 'animal_pet_care_override_child_theme_global_color_defaults', 20 ); function animal_pet_care_override_child_theme_global_color_defaults( $wp_customize ) { if ( $wp_customize->get_setting( 'pet_care_zone_first_color' ) ) { $wp_customize->get_setting( 'pet_care_zone_first_color' )->default = '#7e4c4f'; } if ( $wp_customize->get_setting( 'pet_care_zone_second_color' ) ) { $wp_customize->get_setting( 'pet_care_zone_second_color' )->default = '#f6ab4a'; } }