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

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

?>
Page not found – Hello World !