??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/am1atec.co.uk/wp-content/themes/astra/inc/admin-functions.php
⬅ Kembali
<?php
/**
* 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' );
Nama
Tipe
Ukuran
Diubah
Aksi
📁 abilities
dir
—
2026-06-25 05:34
📁 addons
dir
—
2026-06-25 05:34
📁 assets
dir
—
2026-06-25 05:34
📁 blog
dir
—
2026-06-25 05:34
📁 builder
dir
—
2026-06-25 05:34
📁 compatibility
dir
—
2026-06-25 05:34
📁 core
dir
—
2026-06-25 05:34
📁 customizer
dir
—
2026-06-25 05:34
📁 dynamic-css
dir
—
2026-06-25 05:34
📁 integrations
dir
—
2026-06-25 05:34
📁 lib
dir
—
2026-06-25 05:34
📁 metabox
dir
—
2026-06-25 05:34
📁 modules
dir
—
2026-06-25 05:34
📁 schema
dir
—
2026-06-25 05:34
📁 theme-update
dir
—
2026-06-25 05:34
🐘 admin-functions.php
php
1.6 KB
2026-06-04 20:14
🐘 class-astra-after-setup-theme.php
php
11.3 KB
2026-06-04 20:14
🐘 class-astra-dynamic-css.php
php
299.9 KB
2026-06-04 20:14
🐘 class-astra-extended-base-dynamic-css.php
php
6.4 KB
2026-06-04 20:14
🐘 class-astra-global-palette.php
php
13.4 KB
2026-06-04 20:14
🐘 class-astra-loop.php
php
7.2 KB
2026-06-04 20:14
🐘 class-astra-memory-limit-notice.php
php
12.4 KB
2026-06-04 20:14
🐘 class-astra-mobile-header.php
php
5.8 KB
2026-06-04 20:14
🐘 extras.php
php
44.6 KB
2026-06-04 20:14
🐘 google-fonts.php
php
200.2 KB
2026-06-04 20:14
🐘 index.php
php
111 B
2026-06-04 20:14
🐘 markup-extras.php
php
72.4 KB
2026-06-04 20:14
🐘 template-parts.php
php
9.5 KB
2026-06-04 20:14
🐘 template-tags.php
php
1.1 KB
2026-06-04 20:14
🐘 w-org-version.php
php
647 B
2026-06-04 20:14
🐘 widgets.php
php
4.3 KB
2026-06-04 20:14