Name ) ); ?>

Name ) ); ?>



Name ) ); ?>

array( 'href' => array(), 'title' => array(), 'style' => array(), 'target' => array() ), ); echo wp_kses( 'With Ashe theme you can build a beautiful online shop with ease, just install the Woocommerce plugin and start building your shop today!', $allowed_html); ?>

Name ) ); ?>

<?php esc_attr_e( 'Royal Elementor Addons', 'ashe' ); ?>


Theme Documentation', 'ashe' ), esc_url('https://wp-royal.com/themes/ashe/docs/?ref=ashe-free-backend-about-predefined-styles#predefined') ); ?>






short_description; $plugin_img = ( ! isset($plugin_info->icons['1x']) ) ? $plugin_info->icons['default'] : $plugin_info->icons['1x']; ?>

name ); ?>

$slug, 'fields' => array( 'downloaded' => false, 'rating' => false, 'description' => false, 'short_description' => true, 'donate_link' => false, 'tags' => false, 'sections' => true, 'homepage' => true, 'added' => false, 'last_updated' => false, 'compatibility' => false, 'tested' => false, 'requires' => false, 'downloadlink' => false, 'icons' => true, ), ) ); if ( ! is_wp_error( $call_api ) ) { set_transient( 'ashe_about_plugin_info_' . $slug, $call_api, 30 * MINUTE_IN_SECONDS ); } } } return $call_api; } // Install/Activate Demo Import Plugin function ashe_plugin_auto_activation() { // Get the list of currently active plugins (Most likely an empty array) $active_plugins = (array) get_option( 'active_plugins', array() ); array_push( $active_plugins, 'ashe-extra/ashe-extra.php' ); // Set the new plugin list in WordPress update_option( 'active_plugins', $active_plugins ); } add_action( 'wp_ajax_ashe_plugin_auto_activation', 'ashe_plugin_auto_activation' ); // enqueue ui CSS/JS function ashe_enqueue_about_page_scripts($hook) { if ( 'appearance_page_about-ashe' != $hook ) { return; } // enqueue CSS wp_enqueue_style( 'ashe-about-page-css', get_theme_file_uri( '/inc/about/css/about-ashe-page.css' ), array(), '1.9.9.5.9' ); // Demo Import wp_enqueue_script( 'plugin-install' ); wp_enqueue_script( 'updates' ); wp_enqueue_script( 'ashe-about-page-css', get_theme_file_uri( '/inc/about/js/about-ashe-page.js' ), array(), '1.8.2' ); } add_action( 'admin_enqueue_scripts', 'ashe_enqueue_about_page_scripts' );