Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-content/plugins/translatepress-multilingual/includes/advanced-settings/fix-broken-html.php
Назад
<?php if ( !defined('ABSPATH' ) ) exit(); function trp_register_fix_broken_html( $settings_array ){ $settings_array[] = array( 'name' => 'fix_broken_html', 'type' => 'checkbox', 'label' => esc_html__( 'Fix broken HTML', 'translatepress-multilingual' ), 'description' => wp_kses( __( 'General attempt to fix broken or missing HTML on translated pages.<br/>', 'translatepress-multilingual' ), array( 'br' => array(), 'strong' => array() ) ), 'id' => 'troubleshooting', 'container' => 'troubleshooting' ); return $settings_array; } add_filter('trp_try_fixing_invalid_html', 'trp_fix_broken_html'); function trp_fix_broken_html($allow) { $option = get_option( 'trp_advanced_settings', true ); if ( isset( $option['fix_broken_html'] ) && $option['fix_broken_html'] === 'yes' ) { return true; } return $allow; }
| ver. 1.6 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка