/** * Child Theme Function * */ add_action( 'after_setup_theme', 'veres_child_theme_setup' ); add_action( 'wp_enqueue_scripts', 'veres_child_enqueue_styles', 100); if( !function_exists('veres_child_enqueue_styles') ) { function veres_child_enqueue_styles() { $version = wp_get_theme()->get('Version'); wp_enqueue_style( 'veres-child-style', get_stylesheet_directory_uri() . '/style.css', null, $version ); } } if( !function_exists('veres_child_theme_setup') ) { function veres_child_theme_setup() { load_child_theme_textdomain( 'veres-child', get_stylesheet_directory() . '/languages' ); } } Log In ‹ Naturally Pernilla — WordPress

Log In

Powered by WordPress

Selecting "Remember Me" increases the length of time until you’re asked to log in again on this device. To keep your account secure, use this option only on your personal devices.

← Go to Naturally Pernilla