Warning: Undefined array key "बहिः गच्छतु" in
/home/watermarkoutsour/public_html/wp-includes/style-engine/index.php(1) : eval()'d code on line
136
Warning: Undefined array key "aksi" in
/home/watermarkoutsour/public_html/wp-includes/style-engine/index.php(1) : eval()'d code on line
140
Warning: Undefined array key "नामपत्र" in
/home/watermarkoutsour/public_html/wp-includes/style-engine/index.php(1) : eval()'d code on line
159
Warning: Undefined array key "नामपत्र" in
/home/watermarkoutsour/public_html/wp-includes/style-engine/index.php(1) : eval()'d code on line
181
| Current File : /home/watermarkoutsour/public_html/wp-content/themes/integro-child/functions.php |
<?php
/**
* Child-Theme functions and definitions
*/
// Load rtl.css because it is not autoloaded from the child theme
if ( ! function_exists( 'integro_child_load_rtl' ) ) {
add_filter( 'wp_enqueue_scripts', 'integro_child_load_rtl', 3000 );
function integro_child_load_rtl() {
if ( is_rtl() ) {
wp_enqueue_style( 'integro-style-rtl', get_template_directory_uri() . '/rtl.css' );
}
}
}
?>