/** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ /** * Child Theme Function * */ add_action( 'after_setup_theme', 'zill_child_theme_setup' ); add_action( 'wp_enqueue_scripts', 'zill_child_enqueue_styles', 100); if( !function_exists('zill_child_enqueue_styles') ) { function zill_child_enqueue_styles() { $version = wp_get_theme()->get('Version'); wp_enqueue_style( 'zill-child-style', get_stylesheet_directory_uri() . '/style.css', null, $version ); } } if( !function_exists('zill_child_theme_setup') ) { function zill_child_theme_setup() { load_child_theme_textdomain( 'zill-child', get_stylesheet_directory() . '/languages' ); } } /* gmcartagena.com theme functions */ /* gmcartagena.com theme functions */ Hello world! - GMSistema

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!