esc_html__( 'Main Menu', 'business-guidance-coach' ), )); add_theme_support( 'responsive-embeds' ); add_theme_support( 'woocommerce' ); add_theme_support( 'align-wide' ); add_theme_support('title-tag'); add_theme_support('automatic-feed-links'); add_theme_support( 'wp-block-styles' ); add_theme_support('post-thumbnails'); add_theme_support( 'custom-background', array( 'default-color' => 'f3f3f3' )); add_theme_support( 'custom-logo', array( 'height' => 70, 'width' => 70, ) ); add_theme_support( 'custom-header', array( 'header-text' => false, 'width' => 1920, 'height' => 100 )); add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); add_theme_support( 'post-formats', array('image','video','gallery','audio',) ); add_editor_style( array( '/css/editor-style.css' ) ); add_action( 'wp_ajax_ive-check-plugin-exists', 'check_plugin_exists' ); add_action( 'wp_ajax_ive_install_and_activate_plugin', 'mep_install_and_activate_plugin' ); } add_action( 'after_setup_theme', 'business_guidance_coach_after_setup_theme', 999 ); } function mep_install_and_activate_plugin() { $post_plugin_details = $_POST['plugin_details']; $plugin_text_domain = $post_plugin_details['plugin_text_domain']; $plugin_main_file = $post_plugin_details['plugin_main_file']; $plugin_url = $post_plugin_details['plugin_url']; $plugin = array( 'text_domain' => $plugin_text_domain, 'path' => $plugin_url, 'install' => $plugin_text_domain . '/' . $plugin_main_file ); wp_cache_flush(); $plugin_path = plugin_basename( trim( $plugin['install'] ) ); $activate_plugin = activate_plugin( $plugin_path ); if($activate_plugin) { echo $activate_plugin; } else { echo $activate_plugin; } $msg = 'installed'; $response = array( 'status' => true, 'msg' => $msg ); wp_send_json( $response ); exit; } function check_plugin_exists() { $plugin_text_domain = $_POST['plugin_text_domain']; $main_plugin_file = $_POST['main_plugin_file']; $plugin_path = $plugin_text_domain . '/' . $main_plugin_file; $get_plugins = get_plugins(); $is_plugin_installed = false; $activation_status = false; if ( isset( $get_plugins[$plugin_path] ) ) { $is_plugin_installed = true; $activation_status = is_plugin_active( $plugin_path ); } wp_send_json_success( array( 'install_status' => $is_plugin_installed, 'active_status' => $activation_status, 'plugin_path' => $plugin_path, 'plugin_slug' => $plugin_text_domain ) ); } function business_guidance_coach_template_setup() { require get_template_directory() .'/core/includes/customizer-notice/business-guidance-coach-customizer-notify.php'; require get_template_directory() .'/core/includes/main.php'; require get_template_directory() .'/core/includes/theme-breadcrumb.php'; require get_template_directory() .'/core/includes/tgm.php'; require get_template_directory() . '/core/includes/customizer.php'; require get_template_directory() .'/core/includes/meta-data.php'; load_template( trailingslashit( get_template_directory() ) . '/core/includes/class-upgrade-pro.php' ); } add_action('after_setup_theme', 'business_guidance_coach_template_setup'); /*-----------------------------------------------------------------------------------*/ /* Enqueue theme logo style */ /*-----------------------------------------------------------------------------------*/ function business_guidance_coach_logo_resizer() { $business_guidance_coach_theme_logo_size_css = ''; $business_guidance_coach_logo_resizer = get_theme_mod('business_guidance_coach_logo_resizer'); $business_guidance_coach_theme_logo_size_css = ' .custom-logo{ height: '.esc_attr($business_guidance_coach_logo_resizer).'px !important; width: '.esc_attr($business_guidance_coach_logo_resizer).'px !important; } '; wp_add_inline_style( 'business-guidance-coach-style',$business_guidance_coach_theme_logo_size_css ); } add_action( 'wp_enqueue_scripts', 'business_guidance_coach_logo_resizer' ); /*-----------------------------------------------------------------------------------*/ /* Get post comments */ /*-----------------------------------------------------------------------------------*/ if (!function_exists('business_guidance_coach_comment')) : /** * Template for comments and pingbacks. * * Used as a callback by wp_list_comments() for displaying the comments. */ function business_guidance_coach_comment($comment, $args, $depth){ if ('pingback' == $comment->comment_type || 'trackback' == $comment->comment_type) : ?>
  • >
    ', ''); ?>
  • >
    %s', get_comment_author_link() ); ?>
    ','');?>
    comment_approved) : ?>

    'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth'], 'before' => '
    ', 'after' => '
    ' ) ) ); ?>
    esc_html__('Sidebar','business-guidance-coach'), 'id' => 'business-guidance-coach-sidebar', 'description' => esc_html__('This sidebar will be shown next to the content.', 'business-guidance-coach'), 'before_widget' => '', 'before_title' => '

    ', 'after_title' => '

    ' )); register_sidebar(array( 'name' => esc_html__('Sidebar 2','business-guidance-coach'), 'id' => 'business-guidance-coach-sidebar-2', 'description' => esc_html__('This sidebar will be shown next to the content.', 'business-guidance-coach'), 'before_widget' => '', 'before_title' => '

    ', 'after_title' => '

    ' )); register_sidebar(array( 'name' => esc_html__('Sidebar 3','business-guidance-coach'), 'id' => 'business-guidance-coach-sidebar-3', 'description' => esc_html__('This sidebar will be shown next to the content.', 'business-guidance-coach'), 'before_widget' => '', 'before_title' => '

    ', 'after_title' => '

    ' )); register_sidebar(array( 'name' => esc_html__('Footer sidebar','business-guidance-coach'), 'id' => 'business-guidance-coach-footer-sidebar', 'description' => esc_html__('This sidebar will be shown next at the bottom of your content.', 'business-guidance-coach'), 'before_widget' => '
    ', 'after_widget' => '
    ', 'before_title' => '

    ', 'after_title' => '

    ' )); } add_action( 'widgets_init', 'business_guidance_coach_widgets_init' ); } function business_guidance_coach_get_categories_select() { $teh_cats = get_categories(); $results = array(); $count = count($teh_cats); for ($i=0; $i < $count; $i++) { if (isset($teh_cats[$i])) $results[$teh_cats[$i]->slug] = $teh_cats[$i]->name; else $count++; } return $results; } function business_guidance_coach_sanitize_phone_number( $phone ) { return preg_replace( '/[^\d+]/', '', $phone ); } // Change number or products per row to 3 add_filter('loop_shop_columns', 'business_guidance_coach_loop_columns'); if (!function_exists('business_guidance_coach_loop_columns')) { function business_guidance_coach_loop_columns() { $business_guidance_coach_columns = get_theme_mod( 'business_guidance_coach_per_columns', 3 ); return $business_guidance_coach_columns; } } //Change number of products that are displayed per page (shop page) add_filter( 'loop_shop_per_page', 'business_guidance_coach_per_page', 20 ); function business_guidance_coach_per_page( $business_guidance_coach_cols ) { $business_guidance_coach_cols = get_theme_mod( 'business_guidance_coach_product_per_page', 9 ); return $business_guidance_coach_cols; } // Add filter to modify the number of related products add_filter( 'woocommerce_output_related_products_args', 'business_guidance_coach_products_args' ); function business_guidance_coach_products_args( $args ) { $args['posts_per_page'] = get_theme_mod( 'custom_related_products_number', 6 ); $args['columns'] = get_theme_mod( 'custom_related_products_number_per_row', 3 ); return $args; } add_action('after_switch_theme', 'business_guidance_coach_setup_options'); function business_guidance_coach_setup_options () { update_option('dismissed-get_started', FALSE ); } /*-----------------------------------------------------------------------------------*/ /* Enqueue Global color style */ /*-----------------------------------------------------------------------------------*/ function business_guidance_coach_global_color() { $business_guidance_coach_theme_color_css = ''; $business_guidance_coach_copyright_bg = get_theme_mod('business_guidance_coach_copyright_bg'); $business_guidance_coach_theme_color_css = ' .copyright { background: '.esc_attr($business_guidance_coach_copyright_bg).'; } '; wp_add_inline_style( 'business-guidance-coach-style',$business_guidance_coach_theme_color_css ); wp_add_inline_style( 'business-guidance-coach-woocommerce-css',$business_guidance_coach_theme_color_css ); } add_action( 'wp_enqueue_scripts', 'business_guidance_coach_global_color' ); //add animation class if ( class_exists( 'WooCommerce' ) ) { add_filter('post_class', function($business_guidance_coach, $class, $product_id) { if( is_shop() || is_product_category() ){ $business_guidance_coach = array_merge(['wow','zoomIn'], $business_guidance_coach); } return $business_guidance_coach; },10,3); } function get_page_id_by_title($pagename){ $args = array( 'post_type' => 'page', 'posts_per_page' => 1, 'post_status' => 'publish', 'title' => $pagename ); $query = new WP_Query( $args ); $page_id = '1'; if (isset($query->post->ID)) { $page_id = $query->post->ID; } return $page_id; } add_action( 'customize_register', 'business_guidance_coach_remove_setting', 20 ); function business_guidance_coach_remove_setting( $wp_customize ) { // Check if the setting or control exists before removing if ( $wp_customize->get_setting( 'header_textcolor' ) ) { $wp_customize->remove_setting( 'header_textcolor' ); } if ( $wp_customize->get_control( 'header_textcolor' ) ) { $wp_customize->remove_control( 'header_textcolor' ); } } // edit link option if (!function_exists('business_guidance_coach_edit_link')) : function business_guidance_coach_edit_link($view = 'default') { global $post; edit_post_link( sprintf( wp_kses( /* translators: %s: Name of current post. Only visible to screen readers */ __('Edit %s', 'business-guidance-coach'), array( 'span' => array( 'class' => array(), ), ) ), get_the_title() ), '', '' ); } endif; ?>