HEX
Server: Apache
System: Linux main79 6.1.0-52-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.180-1 (2026-08-03) x86_64
User: serwer143450 (7544)
PHP: 7.4.33
Disabled: opcache_reset, opcache_invalidate, opcache_compile_file, opcache_get_configuration, opcache_get_status
Upload Files
File: /home/platne/serwer143450/public_html/koszykowa/wp-content/themes/empovver/child/pro/functions.php
<?php

add_filter( 'mesmerize_notifications_template_slug', function () {
    return "empowerwp-pro";
}, 100 );

add_filter( 'mesmerize_notifications_stylesheet_slug', function () {
    return "empowerwp-pro";
}, 100 );

function empower_pro_first_activation_stylesheet( $stylesheet ) {
    $stylesheet = "empowerwp";

    return $stylesheet;
}

add_filter( 'mesmerize_pro_first_activation_stylesheet', 'empower_pro_first_activation_stylesheet' );

empower_require( "pro/customizer/customizer.php" );

function empower_footer_content_copyright_text_default() {
    return __( '&copy; {year} {blogname}. Built using WordPress and <a rel="nofollow" href="#">EmpowerWP Theme</a>.', 'empowerwp' );
}

add_filter( 'mesmerize_footer_content_copyright_text_default', 'empower_footer_content_copyright_text_default' );

function empower_pro_update_check_params( $args ) {

    $args = array_merge( $args,
        array(
            'product_id'   => 'empowerwp-pro',
            'product_name' => 'EmpowerWP PRO',
            'text_domain'  => 'empowerwp-pro',
        )
    );

    return $args;
}

add_filter( 'mesmerize_pro_update_check_params', 'empower_pro_update_check_params' );

add_filter( 'extendthemes_renew_purchase_url', function ( $url ) {
    $url = 'https://extendthemes.com/go/empower-purchase-renew';
    return $url;
} );