PHP 8.1.33
Preview: functions.php Size: 1.04 KB
/home/jambtst2015/public_html/qasandra.com/wp-content/themes/bute/functions.php

<?php
/**
 * Bute functions and definitions
 *
 * @link https://developer.wordpress.org/themes/basics/theme-functions/
 *
 * @package Bute
 * @since Bute 1.0
 */
declare( strict_types = 1 );

if ( ! function_exists( 'bute_support' ) ) :

	/**
	 * Sets up theme defaults and registers support for various WordPress features.
	 *
	 * @since Bute 1.0
	 *
	 * @return void
	 */
	function bute_support() {

		// Enqueue editor styles.
		add_editor_style( 'style.css' );

		// Make theme available for translation.
		load_theme_textdomain( 'bute' );
	}

endif;

add_action( 'after_setup_theme', 'bute_support' );

if ( ! function_exists( 'bute_styles' ) ) :

	/**
	 * Enqueue styles.
	 *
	 * @since Bute 1.0
	 *
	 * @return void
	 */
	function bute_styles() {

		// Register theme stylesheet.
		wp_register_style(
			'bute-style',
			get_stylesheet_directory_uri() . '/style.css',
			array(),
			wp_get_theme()->get( 'Version' )
		);

		// Enqueue theme stylesheet.
		wp_enqueue_style( 'bute-style' );

	}

endif;

add_action( 'wp_enqueue_scripts', 'bute_styles' );

Directory Contents

Dirs: 3 × Files: 7

Name Size Perms Modified Actions
parts DIR
- drwxr-xr-x 2024-11-22 17:53:25
Edit Download
patterns DIR
- drwxr-xr-x 2024-11-22 17:53:25
Edit Download
templates DIR
- drwxr-xr-x 2024-11-22 17:53:25
Edit Download
123 B lrw-r--r-- 2024-11-22 17:53:25
Edit Download
1.04 KB lrw-r--r-- 2024-11-22 17:53:25
Edit Download
3.33 KB lr--r--r-- 2024-11-22 17:53:25
Edit Download
2.05 KB lrw-r--r-- 2024-11-22 17:53:25
Edit Download
344.32 KB lrw-r--r-- 2024-11-22 17:53:25
Edit Download
1.48 KB lrw-r--r-- 2024-11-22 17:53:25
Edit Download
27.99 KB lrw-r--r-- 2024-11-22 17:53:25
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).