'; echo ''; echo '
'; echo '

🎉 Thank you for activating ' . esc_html($theme->get('Name')) . '!

'; echo '

Version: ' . esc_html($theme->get('Version')) . ' | Last updated: ' . esc_html($last_updated) . '

'; // 🔥 Offer Text with Flash Effect echo '

🎁 Limited Time Offer: Use Coupon WPTHEMES to get 15% OFF on Premium!

'; echo '

View Setup Guide Get Premium

'; echo '
'; echo ''; // Inline CSS for Flash Effect echo ''; } } // Hide other admin notices on Theme Info page add_action('admin_head', 'bakery_store_hide_admin_notices'); function bakery_store_hide_admin_notices() { $screen = get_current_screen(); if ($screen && $screen->id === 'appearance_page_bakery-store-theme-info') { remove_all_actions('admin_notices'); remove_all_actions('all_admin_notices'); } } // Add admin menu under Appearance add_action('admin_menu', 'bakery_store_theme_info_page'); function bakery_store_theme_info_page() { add_theme_page( __('Theme Info', 'bakery-store'), __('Theme Info', 'bakery-store'), 'edit_theme_options', 'bakery-store-theme-info', 'bakery_store_render_theme_info_page' ); } // Render the admin page (NO TABS — single page with left content & right sticky boxes) function bakery_store_render_theme_info_page() { $theme = wp_get_theme(); ?>

get('Name')); ?> - Theme Info

Theme Screenshot

get('Name')); ?>

Version: get('Version')); ?>

Last updated:

get('Description')); ?>

🚀 Theme Setup Guide

🔧 First Time Setup Steps

  1. Create a page named Home and select template Front Page.
  2. Go to Settings > Reading and set your Home page as static front page.
  3. Now go to Appearance > Customize and start editing your homepage.

🎨 Customize Your Theme

Go to Appearance > Customize to change homepage layout, colors, and text.

Open Customizer

🧩 Install Required Plugins

Install and activate plugins like WooCommerce for shop, Contact Form 7 for forms.

Manage Plugins

📂 Setup Menus

Create and assign menus from Appearance > Menus for header and footer navigation.

Go to Menus

🧱 Use Widgets

Place widgets in sidebar/footer areas from Appearance > Widgets.

Open Widgets

🚀 Free vs. Pro Comparison

"; } ?>
Feature Free Pro
{$feature[0]} {$feature[1]} {$feature[2]}