whoami7 - Manager
:
/
home
/
analuakl
/
somethingsmushy.com
/
wp-content
/
themes
/
beauty-spa-elementor
/
includes
/
Upload File:
files >> /home/analuakl/somethingsmushy.com/wp-content/themes/beauty-spa-elementor/includes/post-create.php
<?php class Whizzie { public function __construct() { $this->init(); } public function init() { } public static function beauty_spa_elementor_setup_widgets(){ set_theme_mod( 'beauty_spa_elementor_header_button_text', 'Appointment' ); set_theme_mod( 'beauty_spa_elementor_header_button_url', '#' ); /* Create Menu */ $beauty_spa_elementor_menuname = 'Main Menu'; $beauty_spa_elementor_location = 'main-menu'; $beauty_spa_elementor_menu = wp_get_nav_menu_object( $beauty_spa_elementor_menuname ); if ( ! $beauty_spa_elementor_menu ) { $beauty_spa_elementor_menu_id = wp_create_nav_menu( $beauty_spa_elementor_menuname ); // Home Page wp_update_nav_menu_item( $beauty_spa_elementor_menu_id, 0, array( 'menu-item-title' => __( 'Home', 'beauty-spa-elementor' ), 'menu-item-url' => home_url( '/' ), 'menu-item-type' => 'custom', 'menu-item-status' => 'publish', 'menu-item-position' => 1, ) ); // About Us Page $beauty_spa_elementor_about_id = wp_insert_post( array( 'post_type' => 'page', 'post_content' => 'We are committed to providing reliable, professional, and result-oriented solutions tailored to meet individual needs. Our goal is to empower people with the right guidance, knowledge, and support to help them make informed decisions for a better future. <br><br> Our mission is to deliver high-quality services with honesty, transparency, and dedication. We focus on understanding client requirements and offering practical solutions that create long-term value. <br><br> With a client-centric approach, experienced professionals, and a commitment to excellence, we ensure every individual receives the attention and guidance they deserve. We believe in building trust through quality service and consistent results.', 'post_title' => 'About Us', 'post_status' => 'publish', ) ); if ( $beauty_spa_elementor_about_id ) { wp_update_nav_menu_item( $beauty_spa_elementor_menu_id, 0, array( 'menu-item-title' => 'About Us', 'menu-item-object' => 'page', 'menu-item-object-id' => $beauty_spa_elementor_about_id, 'menu-item-type' => 'post_type', 'menu-item-status' => 'publish', 'menu-item-position' => 2, ) ); } // Services Page $beauty_spa_elementor_about_id = wp_insert_post( array( 'post_type' => 'page', 'post_content' => 'We are committed to providing reliable, professional, and result-oriented solutions tailored to meet individual needs. Our goal is to empower people with the right guidance, knowledge, and support to help them make informed decisions for a better future. <br><br> Our mission is to deliver high-quality services with honesty, transparency, and dedication. We focus on understanding client requirements and offering practical solutions that create long-term value. <br><br> With a client-centric approach, experienced professionals, and a commitment to excellence, we ensure every individual receives the attention and guidance they deserve. We believe in building trust through quality service and consistent results.', 'post_title' => 'Services', 'post_status' => 'publish', ) ); if ( $beauty_spa_elementor_about_id ) { wp_update_nav_menu_item( $beauty_spa_elementor_menu_id, 0, array( 'menu-item-title' => 'Services', 'menu-item-object' => 'page', 'menu-item-object-id' => $beauty_spa_elementor_about_id, 'menu-item-type' => 'post_type', 'menu-item-status' => 'publish', 'menu-item-position' => 3, ) ); } // Contact Us Page $beauty_spa_elementor_about_id = wp_insert_post( array( 'post_type' => 'page', 'post_content' => 'We are committed to providing reliable, professional, and result-oriented solutions tailored to meet individual needs. Our goal is to empower people with the right guidance, knowledge, and support to help them make informed decisions for a better future. <br><br> Our mission is to deliver high-quality services with honesty, transparency, and dedication. We focus on understanding client requirements and offering practical solutions that create long-term value. <br><br> With a client-centric approach, experienced professionals, and a commitment to excellence, we ensure every individual receives the attention and guidance they deserve. We believe in building trust through quality service and consistent results.', 'post_title' => 'Contact Us', 'post_status' => 'publish', ) ); if ( $beauty_spa_elementor_about_id ) { wp_update_nav_menu_item( $beauty_spa_elementor_menu_id, 0, array( 'menu-item-title' => 'Contact Us', 'menu-item-object' => 'page', 'menu-item-object-id' => $beauty_spa_elementor_about_id, 'menu-item-type' => 'post_type', 'menu-item-status' => 'publish', 'menu-item-position' => 4, ) ); } // Pages Page $beauty_spa_elementor_about_id = wp_insert_post( array( 'post_type' => 'page', 'post_content' => 'We are committed to providing reliable, professional, and result-oriented solutions tailored to meet individual needs. Our goal is to empower people with the right guidance, knowledge, and support to help them make informed decisions for a better future. <br><br> Our mission is to deliver high-quality services with honesty, transparency, and dedication. We focus on understanding client requirements and offering practical solutions that create long-term value. <br><br> With a client-centric approach, experienced professionals, and a commitment to excellence, we ensure every individual receives the attention and guidance they deserve. We believe in building trust through quality service and consistent results.', 'post_title' => 'Pages', 'post_status' => 'publish', ) ); if ( $beauty_spa_elementor_about_id ) { wp_update_nav_menu_item( $beauty_spa_elementor_menu_id, 0, array( 'menu-item-title' => 'Pages', 'menu-item-object' => 'page', 'menu-item-object-id' => $beauty_spa_elementor_about_id, 'menu-item-type' => 'post_type', 'menu-item-status' => 'publish', 'menu-item-position' => 4, ) ); } // Create Blog Page $beauty_spa_elementor_blog_page_title = 'Blog'; $beauty_spa_elementor_blog_page_query = new WP_Query(array( 'post_type' => 'page', 'name' => sanitize_title($beauty_spa_elementor_blog_page_title), 'post_status' => 'publish', 'posts_per_page' => 1 )); if (!$beauty_spa_elementor_blog_page_query->hae_posts()) { $beauty_spa_elementor_blog_page = array( 'post_type' => 'page', 'post_title' => $beauty_spa_elementor_blog_page_title, 'post_status' => 'publish', 'post_author' => 1, ); $beauty_spa_elementor_blog_page_id = wp_insert_post($beauty_spa_elementor_blog_page); update_option('page_for_posts', $beauty_spa_elementor_blog_page_id); wp_update_na_menu_item($beauty_spa_elementor_menu_id, 0, array( 'menu-item-title' => __('Blog', 'beauty-spa-elementor'), 'menu-item-url' => get_permalink($beauty_spa_elementor_blog_page_id), 'menu-item-status' => 'publish', 'menu-item-object-id' => $beauty_spa_elementor_blog_page_id, 'menu-item-object' => 'page', 'menu-item-type' => 'post_type', )); } /* ---------- Assign Menu Location ---------- */ $beauty_spa_elementor_locations = get_theme_mod( 'nav_menu_locations', array() ); $beauty_spa_elementor_locations[ $beauty_spa_elementor_location ] = $beauty_spa_elementor_menu_id; set_theme_mod( 'nav_menu_locations', $beauty_spa_elementor_locations ); } } }
Copyright ©2021 || Defacer Indonesia