Appearance > Aamla Docs. * * @package Aamla * @since 1.0.2 */ $aamla_theme = wp_get_theme( 'aamla' ); $aamla_author_uri = $aamla_theme->get( 'AuthorURI' ); $aamla_theme_uri = $aamla_theme->get( 'ThemeURI' ); $aamla_uri = $aamla_author_uri ? $aamla_author_uri : $aamla_theme_uri; // Used to access different documentation links on Vedathemes website. define( 'AAMLA_URI', trailingslashit( esc_url( $aamla_uri ) ) ); $aamla_help_sections = [ 'general' => esc_html__( 'General Information', 'aamla' ), 'docs' => esc_html__( 'Support Articles', 'aamla' ), 'demo' => esc_html__( 'Theme Demo', 'aamla' ), ]; // Load theme admin page markup helper functions. require_once get_template_directory() . '/add-on/admin-page/functions/template-functions.php'; ?>