File manager - Edit - /home/buyherba/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/components/content.php
Back
<?php /** * Content template * * @package Click_To_Chat */ if ( ! defined( 'ABSPATH' ) ) { exit; } $content_title = ( isset( $input['title'] ) ) ? $input['title'] : ''; $parent_class = ( isset( $input['parent_class'] ) ) ? $input['parent_class'] : ''; $description = ( isset( $input['description'] ) ) ? $input['description'] : ''; ?> <div class="row ctc_component_content <?php echo esc_attr( $parent_class ); ?>"> <?php // title if ( '' !== $content_title ) { ?> <p class="description ht_ctc_subtitle"><?php echo esc_html( $content_title ); ?></p> <?php } // description if ( '' !== $description ) { ?> <p class="description"><?php echo wp_kses_post( $description ); ?></p> <?php } ?> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.15 |
proxy
|
phpinfo
|
Settings