// Exit if accessed directly if ( !defined( 'ABSPATH' ) ) exit; // BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_locale_css' ) ): function chld_thm_cfg_locale_css( $uri ){ if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . '/rtl.css' ) ) $uri = get_template_directory_uri() . '/rtl.css'; return $uri; } endif; add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' ); if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( ) ); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION
Warning: Cannot modify header information - headers already sent by (output started at /home/disilvki/empromers.com/wp-content/themes/hello-elementor-child/functions.php:1) in /home/disilvki/empromers.com/wp-includes/pluggable.php on line 1535

Warning: Cannot modify header information - headers already sent by (output started at /home/disilvki/empromers.com/wp-content/themes/hello-elementor-child/functions.php:1) in /home/disilvki/empromers.com/wp-includes/pluggable.php on line 1538