uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.
/
public_html
/
wp-content
/
plugins
/
charitable
/
includes
/
admin
/
views
/
settings
/
editor.php
/
/
<?php /** * Display WP Editor in a settings field. * * @author David Bisset * @package Charitable/Admin View/Settings * @copyright Copyright (c) 2023, WP Charitable LLC * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 1.0.0 * @version 1.6.28 */ $value = charitable_get_option( $view_args['key'] ); if ( empty( $value ) ) : $value = isset( $view_args['default'] ) ? $view_args['default'] : ''; endif; $editor_args = isset( $view_args['editor'] ) ? $view_args['editor'] : array(); $default_editor_args = array( 'textarea_name' => sprintf( 'charitable_settings[%s]', $view_args['name'] ), ); $editor_args = wp_parse_args( $editor_args, $default_editor_args ); ?> <div <?php echo esc_attr( charitable_get_arbitrary_attributes( $view_args ) ); ?>> <?php wp_editor( $value, sprintf( 'charitable_settings_%s', implode( '_', $view_args['key'] ) ), $editor_args ); if ( isset( $view_args['help'] ) ) : ?> <div class="charitable-help"><?php echo wp_kses_post( $view_args['help'] ); ?></div> <?php endif; ?> </div>
/home/batcwwjx/./public_html/wp-content/plugins/charitable/includes/admin/views/settings/editor.php