parent()->get('Version')); wp_enqueue_style( 'barbecue-cafeteria-style', get_stylesheet_uri(), array( $parentcss ), $theme->get('Version')); wp_enqueue_script( 'comment-reply', '/wp-includes/js/comment-reply.min.js', array(), false, true ); } add_action( 'wp_enqueue_scripts', 'barbecue_cafeteria_enqueue_styles' ); function barbecue_cafeteria_admin_scripts() { // demo CSS wp_enqueue_style( 'barbecue-cafeteria-demo-css', get_theme_file_uri( 'assets/css/demo.css' ) ); } add_action( 'admin_enqueue_scripts', 'barbecue_cafeteria_admin_scripts' ); function barbecue_cafeteria_customize_register($wp_customize){ // Pro Version class BARBECUE_CAFETERIA_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( RESTAURANT_ZONE_BUY_TEXT,'barbecue-cafeteria' ) .''; echo ''; } } // Custom Controls function Barbecue_Cafeteria_sanitize_custom_control( $input ) { return $input; } //Popular item Settings $wp_customize->add_section('barbecue_cafeteria_product_section',array( 'title' => esc_html__('Popular item Settings','barbecue-cafeteria'), 'priority' => null )); $wp_customize->add_setting('barbecue_cafeteria_popular_setting', array( 'default' => true, 'sanitize_callback' => 'restaurant_zone_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'barbecue_cafeteria_popular_setting',array( 'label' => __( 'Enable Disable Popular', 'barbecue-cafeteria' ), 'section' => 'barbecue_cafeteria_product_section', 'settings' => 'barbecue_cafeteria_popular_setting', 'type' => 'checkbox', ))); $wp_customize->add_setting('barbecue_cafeteria_title', array( 'sanitize_callback' => 'sanitize_text_field', )); $wp_customize->add_control('barbecue_cafeteria_title', array( 'label' => __('Title', 'barbecue-cafeteria'), 'section' => 'barbecue_cafeteria_product_section', 'type' => 'text', )); $wp_customize->add_setting( 'barbecue_cafeteria_image_page', array( 'default' => '', 'sanitize_callback' => 'restaurant_zone_sanitize_dropdown_pages' ) ); $wp_customize->add_control( 'barbecue_cafeteria_image_page', array( 'label' => __( 'Select Page', 'barbecue-cafeteria' ), 'description' => __('Image Size 575 x 415','barbecue-cafeteria'), 'section' => 'barbecue_cafeteria_product_section', 'type' => 'dropdown-pages' ) ); if(class_exists('woocommerce')){ $wp_customize->add_setting('barbecue_cafeteria_home_product_per_page',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('barbecue_cafeteria_home_product_per_page',array( 'label' => esc_html__('No Of Products','barbecue-cafeteria'), 'section' => 'barbecue_cafeteria_product_section', 'setting' => 'barbecue_cafeteria_home_product_per_page', 'type' => 'number' )); $barbecue_cafeteria_args = array( 'type' => 'product', 'child_of' => 0, 'parent' => '', 'orderby' => 'term_group', 'order' => 'ASC', 'hide_empty' => false, 'hierarchical' => 1, 'number' => '', 'taxonomy' => 'product_cat', 'pad_counts' => false ); $categories = get_categories( $barbecue_cafeteria_args ); $cats = array(); $i = 0; foreach($categories as $category){ if($i==0){ $default = $category->slug; $i++; } $cats[$category->slug] = $category->name; } $wp_customize->add_setting('barbecue_cafeteria_home_product',array( 'sanitize_callback' => 'restaurant_zone_sanitize_select', )); $wp_customize->add_control('barbecue_cafeteria_home_product',array( 'type' => 'select', 'choices' => $cats, 'label' => __('Select Product Category','barbecue-cafeteria'), 'section' => 'barbecue_cafeteria_product_section', )); } // Pro Version $wp_customize->add_setting( 'pro_version_popular_item_setting', array( 'sanitize_callback' => 'Barbecue_Cafeteria_sanitize_custom_control' )); $wp_customize->add_control( new Barbecue_Cafeteria_Customize_Pro_Version ( $wp_customize,'pro_version_popular_item_setting', array( 'section' => 'barbecue_cafeteria_product_section', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'barbecue-cafeteria' ), 'description' => esc_url( RESTAURANT_ZONE_URL ), 'priority' => 100 ))); } add_action('customize_register', 'barbecue_cafeteria_customize_register'); if ( ! function_exists( 'barbecue_cafeteria_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 barbecue_cafeteria_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
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.
" ], [ 'title' => 'Category', 'slug' => 'category', '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, 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.
" ], [ 'title' => 'About Us', 'slug' => 'about us', '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, 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.
" ], [ 'title' => 'Book Now', 'slug' => 'book now', '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, 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.
" ], [ 'title' => 'Chef', 'slug' => 'chef', '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, 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.
" ], [ 'title' => 'Testimonial', 'slug' => 'testimonial', '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, 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.
" ], [ 'title' => 'Blog', 'slug' => 'blog', '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, 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.
" ], [ 'title' => 'Contact Us', 'slug' => 'contact us', '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, 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.
" ], ]; // ---------------------------------------------------- // 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 Header set_theme_mod( 'restaurant_zone_phone_number_icon', 'fas fa-phone-square' ); set_theme_mod( 'restaurant_zone_phone_number_info', '1324567890' ); set_theme_mod( 'restaurant_zone_email_icon', 'fas fa-envelope-square' ); set_theme_mod( 'restaurant_zone_email_info', 'email@exapmle.com' ); set_theme_mod( 'restaurant_zone_facebook_icon', 'fab fa-facebook-f' ); set_theme_mod( 'restaurant_zone_facebook_url', '#' ); set_theme_mod( 'restaurant_zone_twitter_icon', 'fab fa-twitter' ); set_theme_mod( 'restaurant_zone_twitter_url', '#' ); set_theme_mod( 'restaurant_zone_intagram_icon', 'fab fa-instagram' ); set_theme_mod( 'restaurant_zone_intagram_url', '#' ); set_theme_mod( 'restaurant_zone_linkedin_icon', 'fab fa-linkedin-in' ); set_theme_mod( 'restaurant_zone_linkedin_url', '#' ); set_theme_mod( 'restaurant_zone_pintrest_icon', 'fab fa-pinterest-p' ); set_theme_mod( 'restaurant_zone_pintrest_url', '#' ); set_theme_mod( 'restaurant_zone_top_header_setting', 'true' ); set_theme_mod( 'restaurant_zone_reservation_button', '#' ); //Slider for($i=1;$i<=3;$i++){ $title = 'The Unique Restaurant'; $content = 'Lorem Ipsum has been the industrys standard dummy text ever since the 1500'; // 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('restaurant_zone_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); } } } set_theme_mod( 'restaurant_zone_slider_button_text', 'View More' ); // Products set_theme_mod( 'restaurant_zone_title', 'Our Popular Items' ); set_theme_mod( 'restaurant_zone_menu_items', 'Popular' ); $title = 'Breakfast'; $content = 'Lorem Ipsum has been the industrys standard dummy text ever since the 1500'; // 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('barbecue_cafeteria_image_page', $post_id); $image_url = get_stylesheet_directory_uri().'/assets/img/popular-item.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); } } set_theme_mod('barbecue_cafeteria_home_product', 'productcat1'); set_theme_mod('barbecue_cafeteria_title', 'Our Popular Items'); // Define product category names and product titles $barbecue_cafeteria_procategory_names = array('productcat1'); $barbecue_cafeteria_protitle_array = array( array("Breakfast", "Breakfast","Breakfast", "Breakfast"), ); foreach ($barbecue_cafeteria_procategory_names as $barbecue_cafeteria_index => $barbecue_cafeteria_category_name) { // Create or retrieve the product category term ID $barbecue_cafeteria_term = term_exists($barbecue_cafeteria_category_name, 'product_cat'); if ($barbecue_cafeteria_term === 0 || $barbecue_cafeteria_term === null) { // If the term does not exist, create it $barbecue_cafeteria_term = wp_insert_term($barbecue_cafeteria_category_name, 'product_cat'); } if (is_wp_error($barbecue_cafeteria_term)) { error_log('Error creating category: ' . $barbecue_cafeteria_term->get_error_message()); continue; // Skip to the next iteration if category creation fails } // Loop to create 4 products for each category for ($barbecue_cafeteria_i = 0; $barbecue_cafeteria_i < 4; $barbecue_cafeteria_i++) { // Create product content $barbecue_cafeteria_title = $barbecue_cafeteria_protitle_array[$barbecue_cafeteria_index][$barbecue_cafeteria_i]; $barbecue_cafeteria_content = '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. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.'; // Create product post object $barbecue_cafeteria_my_post = array( 'post_title' => wp_strip_all_tags($barbecue_cafeteria_title), 'post_content' => $barbecue_cafeteria_content, 'post_status' => 'publish', 'post_type' => 'product', // Post type set to 'product' ); // Insert the product into the database $barbecue_cafeteria_post_id = wp_insert_post($barbecue_cafeteria_my_post); if (is_wp_error($barbecue_cafeteria_post_id)) { error_log('Error creating product: ' . $barbecue_cafeteria_post_id->get_error_message()); continue; // Skip to the next product if creation fails } // Assign the category to the product wp_set_object_terms($barbecue_cafeteria_post_id, (int)$barbecue_cafeteria_term['term_id'], 'product_cat'); // Add product meta (price, etc.) update_post_meta($barbecue_cafeteria_post_id, '_regular_price', '95'); // Regular price update_post_meta($barbecue_cafeteria_post_id, '_sale_price', '42.00'); // Sale price update_post_meta($barbecue_cafeteria_post_id, '_price', '42.00'); // Active price // Handle the featured image using media_sideload_image $barbecue_cafeteria_image_url = get_stylesheet_directory_uri() . '/assets/img/post' . ($barbecue_cafeteria_i + 1) . '.png'; $barbecue_cafeteria_image_id = media_sideload_image($barbecue_cafeteria_image_url, $barbecue_cafeteria_post_id, null, 'id'); if (is_wp_error($barbecue_cafeteria_image_id)) { error_log('Error downloading image: ' . $barbecue_cafeteria_image_id->get_error_message()); continue; // Skip to the next product if image download fails } // Assign featured image to product set_post_thumbnail($barbecue_cafeteria_post_id, $barbecue_cafeteria_image_id); } } } // Enqueue necessary scripts add_action('admin_enqueue_scripts', 'barbecue_cafeteria_demo_importer_enqueue_scripts'); function barbecue_cafeteria_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') ) ); }