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
/
www
/
wp-content
/
plugins
/
charitable
/
includes
/
admin
/
views
/
metaboxes
/
campaign-title.php
/
/
<?php /** * Renders the campaign title field for the Campaign post type. * * @author WP Charitable LLC * @since 1.0.0 * @package Charitable/Admin Views/Metaboxes */ global $post; $title = isset( $view_args['title'] ) ? $view_args['title'] : ''; // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited $tooltip = isset( $view_args['tooltip'] ) ? '<span class="tooltip"> ' . $view_args['tooltip'] . '</span>' : ''; /** * Filter the title field placeholder text. * * @since 3.1.0 * * @param string $text Placeholder text. Default 'Enter title here'. * @param WP_Post $post Post object. */ $title_placeholder = apply_filters( 'enter_title_here', __( 'Enter campaign title here', 'charitable' ), $post ); ?> <div id="charitable-campaign-title-metabox-wrap" class="charitable-metabox-wrap"> <label class="screen-reader-text" for="title"><?php echo wp_kses_post( $title_placeholder ); ?></label> <input type="text" name="post_title" size="30" value="<?php echo esc_attr( htmlspecialchars( $post->post_title ) ); ?>" id="title" spellcheck="true" autocomplete="off" placeholder="<?php echo esc_attr( $title_placeholder ); ?>" tabindex="1" /> </div>
/home/batcwwjx/www/wp-content/plugins/charitable/includes/admin/views/metaboxes/campaign-title.php