PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/figplantsparadise.com/wp-content/themes/flat-sky/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/figplantsparadise.com/wp-content/themes/flat-sky/functions.php |
<?php // add any new or customised functions here add_action( 'wp_enqueue_scripts', 'flat_sky_enqueue_styles' ); function flat_sky_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); // Loads our main stylesheet. wp_enqueue_style( 'flat_sky-child-style', get_stylesheet_uri(), array('flat-style') ); } if ( ! function_exists( 'flat_sky_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. */ function flat_sky_setup() { $custom_background_support = array( 'default-color' => '', 'default-image' => get_stylesheet_directory_uri() . '/assets/img/default-background.jpg', 'wp-head-callback' => '_custom_background_cb', 'admin-head-callback' => '', 'admin-preview-callback' => '', ); add_theme_support( 'custom-background', $custom_background_support ); # @link http://codex.wordpress.org/Custom_Backgrounds load_child_theme_textdomain( 'flat-sky', get_stylesheet_directory() . '/languages' ); } endif; add_action( 'after_setup_theme', 'flat_sky_setup' );