* @copyright Copyright (c) 2021, AeonWP * @link https://aeonwp.com/aeonmag * @license http://www.gnu.org/licenses/gpl-2.0.html */ /** * Add the menu item under Appearance, themes. */ function aeonmag_menu() { add_theme_page( __( 'About AeonMag', 'aeonmag' ), __( 'About AeonMag', 'aeonmag' ), 'edit_theme_options', 'aeonmag-theme', 'aeonmag_page' ); } add_action( 'admin_menu', 'aeonmag_menu' ); /** * Enqueue styles for the help page. */ function aeonmag_admin_scripts( $hook ) { if ( 'appearance_page_aeonmag-theme' !== $hook ) { return; } wp_enqueue_style( 'aeonmag-admin-style', get_template_directory_uri() . '/css/admin.css', array(), '' ); } add_action( 'admin_enqueue_scripts', 'aeonmag_admin_scripts' ); /** * Add the theme page */ function aeonmag_page() { ?>



support forum.', 'aeonmag' ); ?>



AeonMag Plus.', 'aeonmag' ); ?>
customization service. ', 'aeonmag' ); ?>

website.', 'aeonmag' ); ?>