/** * Admin functions - Functions that add some functionality to WordPress admin panel * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Register menus */ if ( ! function_exists( 'astra_register_menu_locations' ) ) { /** * Register menus * * @since 1.0.0 */ function astra_register_menu_locations() { /** * Primary Menus */ register_nav_menus( array( 'primary' => esc_html__( 'Primary Menu', 'astra' ), ) ); if ( true === Astra_Builder_Helper::$is_header_footer_builder_active ) { /** * Register the Secondary & Mobile menus. */ register_nav_menus( array( 'secondary_menu' => esc_html__( 'Secondary Menu', 'astra' ), 'mobile_menu' => esc_html__( 'Off-Canvas Menu', 'astra' ), ) ); $component_limit = defined( 'ASTRA_EXT_VER' ) ? Astra_Builder_Helper::$component_limit : Astra_Builder_Helper::$num_of_header_menu; for ( $index = 3; $index <= $component_limit; $index++ ) { if ( ! is_customize_preview() && ! Astra_Builder_Helper::is_component_loaded( 'menu-' . $index ) ) { continue; } register_nav_menus( array( 'menu_' . $index => esc_html__( 'Menu ', 'astra' ) . $index, ) ); } /** * Register the Account menus. */ register_nav_menus( array( 'loggedin_account_menu' => esc_html__( 'Logged In Account Menu', 'astra' ), ) ); } /** * Footer Menus */ register_nav_menus( array( 'footer_menu' => esc_html__( 'Footer Menu', 'astra' ), ) ); } } add_action( 'init', 'astra_register_menu_locations' ); https://p4p.work/post-sitemap1.xml 2025-11-05T08:05:46+00:00 https://p4p.work/post-sitemap2.xml 2025-11-05T07:51:51+00:00 https://p4p.work/post-sitemap3.xml 2025-11-05T05:59:21+00:00 https://p4p.work/post-sitemap4.xml 2025-11-05T05:54:33+00:00 https://p4p.work/post-sitemap5.xml 2025-11-05T05:50:15+00:00 https://p4p.work/post-sitemap6.xml 2025-11-05T05:47:01+00:00 https://p4p.work/post-sitemap7.xml 2025-11-05T05:33:55+00:00 https://p4p.work/post-sitemap8.xml 2025-11-05T05:26:39+00:00 https://p4p.work/post-sitemap9.xml 2025-11-05T05:14:32+00:00 https://p4p.work/post-sitemap10.xml 2025-11-05T05:01:38+00:00 https://p4p.work/post-sitemap11.xml 2025-11-05T04:49:48+00:00 https://p4p.work/post-sitemap12.xml 2025-11-05T04:34:13+00:00 https://p4p.work/post-sitemap13.xml 2025-11-05T04:26:23+00:00 https://p4p.work/post-sitemap14.xml 2025-11-05T04:26:23+00:00 https://p4p.work/post-sitemap15.xml 2025-11-05T04:26:22+00:00 https://p4p.work/post-sitemap16.xml 2025-11-05T04:26:21+00:00 https://p4p.work/post-sitemap17.xml 2025-11-05T04:26:21+00:00 https://p4p.work/post-sitemap18.xml 2025-11-05T04:26:07+00:00 https://p4p.work/post-sitemap19.xml 2025-11-05T04:14:34+00:00 https://p4p.work/post-sitemap20.xml 2025-11-05T04:12:14+00:00 https://p4p.work/post-sitemap21.xml 2025-11-05T04:12:14+00:00 https://p4p.work/post-sitemap22.xml 2025-11-05T04:02:03+00:00 https://p4p.work/post-sitemap23.xml 2025-11-05T03:51:16+00:00 https://p4p.work/post-sitemap24.xml 2025-11-05T03:50:15+00:00 https://p4p.work/post-sitemap25.xml 2025-11-05T03:34:22+00:00 https://p4p.work/post-sitemap26.xml 2025-11-05T03:30:11+00:00 https://p4p.work/post-sitemap27.xml 2025-11-05T03:26:33+00:00 https://p4p.work/post-sitemap28.xml 2025-11-05T03:14:32+00:00 https://p4p.work/post-sitemap29.xml 2025-11-05T03:02:12+00:00 https://p4p.work/post-sitemap30.xml 2025-11-05T02:50:42+00:00 https://p4p.work/post-sitemap31.xml 2025-11-05T02:34:37+00:00 https://p4p.work/post-sitemap32.xml 2025-11-05T02:29:14+00:00 https://p4p.work/post-sitemap33.xml 2025-11-05T02:16:18+00:00 https://p4p.work/page-sitemap.xml 2025-10-24T23:14:20+00:00 https://p4p.work/category-sitemap.xml 2025-11-05T08:05:46+00:00