HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-10-0-0-110 6.14.0-1016-aws #16~24.04.1-Ubuntu SMP Tue Oct 14 02:15:09 UTC 2025 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/panineeyapublicschool.net/wp-content/themes/themes/flaton/includes/constants.php
<?php
	/* Defining directory PATH Constants */
	define( 'FLATON_PARENT_DIR', get_template_directory() );
	define( 'FLATON_CHILD_DIR', get_stylesheet_directory() );
	define( 'FLATON_INCLUDES_DIR', FLATON_PARENT_DIR. '/includes' );

	/** Defining URL Constants */
	define( 'FLATON_PARENT_URL', get_template_directory_uri() );
	define( 'FLATON_CHILD_URL', get_stylesheet_directory_uri() );
	define( 'FLATON_INCLUDES_URL', FLATON_PARENT_URL . '/includes' );

	/* 
	Check for language directory setup in Child Theme
	If not present, use parent theme's languages dir
	*/
	if ( ! defined( 'FLATON_LANGUAGES_URL' ) ) /** So we can predefine to child theme */
		define( 'FLATON_LANGUAGES_URL', FLATON_INCLUDES_URL . '/languages' );

	if ( ! defined( 'FLATON_LANGUAGES_DIR' ) ) /** So we can predefine to child theme */
		define( 'FLATON_LANGUAGES_DIR', FLATON_INCLUDES_DIR . '/languages' );