'1.1.6', 'review_link' => '#', 'suggest_idea_link' => '#', 'promo_link' => '#', 'changelog_link' => '#', 'support_link' => '#', 'support_pro_link' => '#', 'community_link' => '#', ); /** * Constructor. */ public function __construct() { add_action( 'init', function (){ add_action( 'admin_menu', array( $this, 'add_menu_page' ) ); } ); add_action( 'admin_enqueue_scripts', array( $this, 'acoustics_admin_enqueue_scripts' ), 5 ); } /** * Add menu page */ public function add_menu_page() { add_submenu_page( 'themes.php', esc_html__( 'Acoustics Theme Dashboard', 'acoustics' ), esc_html__( 'Acoustics', 'acoustics' ), 'manage_options', $this->menu_slug, array( $this, 'html' ), 1 ); // phpcs:ignore WPThemeReview.PluginTerritory.NoAddAdminPages.add_menu_pages_add_submenu_page } /** * This function will register scripts and styles for admin dashboard. * * @param string $page Current page. */ public function acoustics_admin_enqueue_scripts( $page ) { wp_enqueue_style( 'acoustic-theme-dashboard-style', get_template_directory_uri() . '/dashboard/assets/css/style.css', array(), filemtime( get_template_directory() . '/dashboard/assets/css/style.css' ) ); } public function html(){ ?>
It makes us happy to hear from our users. We would appreciate a review.
Keep informed with the latest changes about each theme.