REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 1.04 KB
Close
/home/jambtst2015/public_html/qasandra.com/wp-content/themes/bute/functions.php
Text
Base64
<?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' );
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
parts
DIR
-
drwxr-xr-x
2024-11-22 17:53:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
patterns
DIR
-
drwxr-xr-x
2024-11-22 17:53:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
templates
DIR
-
drwxr-xr-x
2024-11-22 17:53:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.htaccess
123 B
lrw-r--r--
2024-11-22 17:53:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
functions.php
1.04 KB
lrw-r--r--
2024-11-22 17:53:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
lang.php
3.33 KB
lr--r--r--
2024-11-22 17:53:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
readme.txt
2.05 KB
lrw-r--r--
2024-11-22 17:53:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
screenshot.png
344.32 KB
lrw-r--r--
2024-11-22 17:53:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
style.css
1.48 KB
lrw-r--r--
2024-11-22 17:53:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
theme.json
27.99 KB
lrw-r--r--
2024-11-22 17:53:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).