Current File : /home/kelaby89/cartel.express/wp-content/themes/detailx-child/functions.php
<?php
/**
 * Child-Theme functions and definitions
 */

// Load rtl.css because it is not autoloaded from the child theme
if ( ! function_exists( 'detailx_child_load_rtl' ) ) {
	add_filter( 'wp_enqueue_scripts', 'detailx_child_load_rtl', 3000 );
	function detailx_child_load_rtl() {
		if ( is_rtl() ) {
			wp_enqueue_style( 'detailx-style-rtl', get_template_directory_uri() . '/rtl.css' );
		}
	}
}

?>
Page not found – Hello World !