Astra_Admin_Loader::includes()

Include required classes.


Description


Source

File: admin/class-astra-admin-loader.php

	public function includes() {
		/* Ajax init */
		require_once ASTRA_THEME_ADMIN_DIR . 'includes/class-astra-admin-ajax.php';

		/* Setup Menu */
		require_once ASTRA_THEME_ADMIN_DIR . 'includes/class-astra-menu.php';
	}

Changelog

Changelog
Version Description
4.0.0 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.