REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 2.17 KB
Close
/home/certprox/test.certproxywizard.com/wp-content/themes/hello-elementor/includes/customizer-functions.php
Text
Base64
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Register Customizer controls for header & footer. * * @return void */ function hello_customizer_register( $wp_customize ) { require_once get_template_directory() . '/includes/customizer/customizer-action-links.php'; $wp_customize->add_section( 'hello-options', [ 'title' => esc_html__( 'Header & Footer', 'hello-elementor' ), 'capability' => 'edit_theme_options', ] ); $wp_customize->add_setting( 'hello-header-footer', [ 'sanitize_callback' => false, 'transport' => 'refresh', ] ); $wp_customize->add_control( new HelloElementor\Includes\Customizer\Hello_Customizer_Action_Links( $wp_customize, 'hello-header-footer', [ 'section' => 'hello-options', 'priority' => 20, ] ) ); } add_action( 'customize_register', 'hello_customizer_register' ); /** * Register Customizer controls for Elementor Pro upsell. * * @return void */ function hello_customizer_register_elementor_pro_upsell( $wp_customize ) { if ( function_exists( 'elementor_pro_load_plugin' ) ) { return; } require_once get_template_directory() . '/includes/customizer/customizer-upsell.php'; $wp_customize->add_section( new HelloElementor\Includes\Customizer\Hello_Customizer_Upsell( $wp_customize, 'hello-upsell-elementor-pro', [ 'heading' => esc_html__( 'Customize your entire website with Elementor Pro', 'hello-elementor' ), 'description' => esc_html__( 'Build and customize every part of your website, including Theme Parts with Elementor Pro.', 'hello-elementor' ), 'button_text' => esc_html__( 'Upgrade Now', 'hello-elementor' ), 'button_url' => 'https://elementor.com/pro/?utm_source=hello-theme-customize&utm_campaign=gopro&utm_medium=wp-dash', 'priority' => 999999, ] ) ); } add_action( 'customize_register', 'hello_customizer_register_elementor_pro_upsell' ); /** * Enqueue Customizer CSS. * * @return void */ function hello_customizer_styles() { wp_enqueue_style( 'hello-elementor-customizer', HELLO_THEME_STYLE_URL . 'customizer.css', [], HELLO_ELEMENTOR_VERSION ); } add_action( 'admin_enqueue_scripts', 'hello_customizer_styles' );
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 2 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
customizer
DIR
-
drwxr-xr-x
2026-01-11 22:23:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
settings
DIR
-
drwxr-xr-x
2026-01-11 22:23:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
customizer-functions.php
2.17 KB
lrw-r--r--
2026-03-01 08:58:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
elementor-functions.php
7.01 KB
lrw-r--r--
2026-03-01 08:58:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
module-base.php
5.96 KB
lrw-r--r--
2026-03-01 08:58:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
script.php
1008 B
lrw-r--r--
2026-03-01 08:58:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
settings-functions.php
1.66 KB
lrw-r--r--
2026-03-01 08:58:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
utils.php
2.95 KB
lrw-r--r--
2026-03-01 08:58:01
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).