PHP 8.0.30
Preview: admin-functions.php Size: 1.62 KB
/home/certprox/template.certproxywizard.com/wp-content/themes/astra/inc/admin-functions.php

<?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' );

Directory Contents

Dirs: 15 × Files: 16

Name Size Perms Modified Actions
abilities DIR
- drwxr-xr-x 2026-06-08 11:13:49
Edit Download
addons DIR
- drwxr-xr-x 2026-06-08 11:13:38
Edit Download
assets DIR
- drwxr-xr-x 2026-06-08 11:13:38
Edit Download
blog DIR
- drwxr-xr-x 2026-06-08 11:13:51
Edit Download
builder DIR
- drwxr-xr-x 2026-06-08 11:13:51
Edit Download
- drwxr-xr-x 2026-06-08 11:13:53
Edit Download
core DIR
- drwxr-xr-x 2026-06-08 11:13:54
Edit Download
- drwxr-xr-x 2026-06-08 11:13:56
Edit Download
- drwxr-xr-x 2026-06-08 11:13:57
Edit Download
- drwxr-xr-x 2026-06-08 11:13:38
Edit Download
lib DIR
- drwxr-xr-x 2026-06-08 11:13:57
Edit Download
metabox DIR
- drwxr-xr-x 2026-06-08 11:13:59
Edit Download
modules DIR
- drwxr-xr-x 2026-06-08 11:13:38
Edit Download
schema DIR
- drwxr-xr-x 2026-06-08 11:13:59
Edit Download
- drwxr-xr-x 2026-06-08 11:14:00
Edit Download
1.62 KB lrw-r--r-- 2026-06-08 11:13:50
Edit Download
11.32 KB lrw-r--r-- 2026-06-08 11:13:52
Edit Download
299.87 KB lrw-r--r-- 2026-06-08 11:13:52
Edit Download
6.43 KB lrw-r--r-- 2026-06-08 11:13:52
Edit Download
13.41 KB lrw-r--r-- 2026-06-08 11:13:52
Edit Download
7.20 KB lrw-r--r-- 2026-06-08 11:13:52
Edit Download
12.44 KB lrw-r--r-- 2026-06-08 11:13:52
Edit Download
5.78 KB lrw-r--r-- 2026-06-08 11:13:52
Edit Download
44.64 KB lrw-r--r-- 2026-06-08 11:13:57
Edit Download
200.24 KB lrw-r--r-- 2026-06-08 11:13:57
Edit Download
111 B lrw-r--r-- 2026-06-08 11:13:57
Edit Download
72.38 KB lrw-r--r-- 2026-06-08 11:13:57
Edit Download
9.52 KB lrw-r--r-- 2026-06-08 11:13:59
Edit Download
1.11 KB lrw-r--r-- 2026-06-08 11:13:59
Edit Download
647 B lrw-r--r-- 2026-06-08 11:14:00
Edit Download
4.32 KB lrw-r--r-- 2026-06-08 11:14:00
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).