Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/plugins/code4rest-pro/dist/scripts-addon/scripts-options.php
Ðазад
<?php /** * Woocommerce Trigger Cart when Product added Options. * * @package Code4rest_Pro */ namespace Code4rest_Pro; use Code4rest\Theme_Customizer; use function Code4rest\code4rest; Theme_Customizer::add_settings( array( 'header_scripts' => array( 'type' => 'code_editor', 'section' => 'scripts', 'priority' => 11, 'code_type' => 'text/js', 'default' => code4rest()->default( 'header_scripts' ), 'label' => esc_html__( 'Add scripts into your header', 'code4rest-pro' ), ), 'after_body_scripts' => array( 'type' => 'code_editor', 'section' => 'scripts', 'priority' => 11, 'code_type' => 'text/js', 'default' => code4rest()->default( 'after_body_scripts' ), 'label' => esc_html__( 'Add scripts right after opening body tag', 'code4rest-pro' ), ), 'footer_scripts' => array( 'type' => 'code_editor', 'section' => 'scripts', 'priority' => 11, 'code_type' => 'text/js', 'default' => code4rest()->default( 'footer_scripts' ), 'label' => esc_html__( 'Add scripts into your footer', 'code4rest-pro' ), ), ) );
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка