id; } add_filter( 'uct_admin_notices_screen_id', 'ast_child_enable_notice_on_all_pages' ); /** * Added below code in functions.php template for the child theme */ function astra_child_theme_functions_php_code() { ob_start(); echo ' function child_enqueue_styles() { wp_enqueue_style( 'ast-child-style', get_stylesheet_directory_uri() . '/style.css', array('ast-theme-css'), AST_THEME_VERSION, 'all' ); } add_action( 'wp_enqueue_scripts', 'child_enqueue_styles' );