/** * 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' ); http://p4p.work/post-sitemap1.xml 2025-11-04T09:32:09+00:00 http://p4p.work/post-sitemap2.xml 2025-11-04T09:29:28+00:00 http://p4p.work/post-sitemap3.xml 2025-11-04T09:22:41+00:00 http://p4p.work/post-sitemap4.xml 2025-11-04T09:20:23+00:00 http://p4p.work/post-sitemap5.xml 2025-11-04T09:15:03+00:00 http://p4p.work/post-sitemap6.xml 2025-11-04T09:15:02+00:00 http://p4p.work/post-sitemap7.xml 2025-11-04T08:59:34+00:00 http://p4p.work/post-sitemap8.xml 2025-11-04T08:56:54+00:00 http://p4p.work/post-sitemap9.xml 2025-11-04T08:49:42+00:00 http://p4p.work/post-sitemap10.xml 2025-11-04T08:37:01+00:00 http://p4p.work/post-sitemap11.xml 2025-11-04T08:35:33+00:00 http://p4p.work/post-sitemap12.xml 2025-11-04T06:20:31+00:00 http://p4p.work/post-sitemap13.xml 2025-11-04T06:15:12+00:00 http://p4p.work/post-sitemap14.xml 2025-11-04T00:50:32+00:00 http://p4p.work/post-sitemap15.xml 2025-11-04T00:47:12+00:00 http://p4p.work/post-sitemap16.xml 2025-11-04T00:37:46+00:00 http://p4p.work/post-sitemap17.xml 2025-11-04T00:35:01+00:00 http://p4p.work/post-sitemap18.xml 2025-11-04T00:34:46+00:00 http://p4p.work/post-sitemap19.xml 2025-11-04T00:33:27+00:00 http://p4p.work/post-sitemap20.xml 2025-11-04T00:19:37+00:00 http://p4p.work/post-sitemap21.xml 2025-11-04T00:12:44+00:00 http://p4p.work/post-sitemap22.xml 2025-11-03T23:52:54+00:00 http://p4p.work/post-sitemap23.xml 2025-11-03T23:44:40+00:00 http://p4p.work/post-sitemap24.xml 2025-11-03T23:19:53+00:00 http://p4p.work/post-sitemap25.xml 2025-11-03T23:18:20+00:00 http://p4p.work/post-sitemap26.xml 2025-11-03T23:16:29+00:00 http://p4p.work/post-sitemap27.xml 2025-11-03T23:12:54+00:00 http://p4p.work/post-sitemap28.xml 2025-11-03T22:57:42+00:00 http://p4p.work/post-sitemap29.xml 2025-11-03T22:55:05+00:00 http://p4p.work/post-sitemap30.xml 2025-11-03T22:52:31+00:00 http://p4p.work/post-sitemap31.xml 2025-11-03T22:50:01+00:00 http://p4p.work/post-sitemap32.xml 2025-11-03T22:47:00+00:00 http://p4p.work/page-sitemap.xml 2025-10-24T23:14:20+00:00 http://p4p.work/category-sitemap.xml 2025-11-04T09:32:09+00:00