File manager - Edit - /home/buyherba/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/components/space.php
Back
<?php /** * Add space / line breaks * * @package Click_To_Chat */ if ( ! defined( 'ABSPATH' ) ) { exit; } $space_type = ( isset( $input['type'] ) ) ? esc_attr( $input['type'] ) : ''; if ( 'line' === $space_type ) { ?> <br> <?php } elseif ( 'margin' === $space_type ) { $margin_bottom = ( isset( $input['margin_bottom'] ) ) ? 'margin-bottom: ' . esc_attr( $input['margin_bottom'] ) . ';' : ''; ?> <span style="display:block; <?php echo esc_attr( $margin_bottom ); ?>"></span> <?php }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.11 |
proxy
|
phpinfo
|
Settings