| @@ -8,14 +8,11 @@ | ||
| 8 | 8 | |
| 9 | 9 | |
| 10 | 10 | <div class="row"> |
| 11 | 11 | <div class="col-auto me-auto"> |
| 12 | - <h4> | |
| 13 | - <?php | |
| 14 | - if (!defined('ABSPATH')) exit; // Exit if accessed directly | |
| 15 | - esc_html_e( 'OpenAI Settings','chatbot'); | |
| 16 | - ?> | |
| 17 | - </h4> | |
| 12 | + <h4><?php | |
| 13 | +if (!defined('ABSPATH')) exit; // Exit if accessed directly | |
| 14 | +esc_html_e( 'OpenAI Settings','chatbot');?></h4> | |
| 18 | 15 | </div> |
| 19 | 16 | <div class="col-auto"> |
| 20 | 17 | <!-- <img class="img-fluid" src="<?php //echo esc_url(QCLD_openai_addon_PLUGIN_URL.'image/logo.jpg'); ?>"/> --> |
| 21 | 18 | </div> |