Lines:
1 to 21 of 21
<?php /** * Genesis Framework. * * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. * Please do all modifications in the form of a child theme. * * @package StudioPress\Genesis * @author StudioPress * @license GPL-2.0-or-later * @link https://my.studiopress.com/themes/genesis/ */ /* class Genesis_AMP_Menu_Combiner */ /* function Genesis_AMP_Menu_Combiner::sanitize() – Fix up core themes to do things in the AMP way. */ /* function Genesis_AMP_Menu_Combiner::combine() – Combine the menus. */ /* function Genesis_AMP_Menu_Combiner::find_main_menu() – Find the main menu. */ /* function Genesis_AMP_Menu_Combiner::find_and_combine() – Find and combine the nav menu items to the main menu. */ /* function Genesis_AMP_Menu_Combiner::find_nav_ul() – Find the nav menu’s `<ul>` by it’s `id` or `class` attribute. */