403Webshell
Server IP : 162.0.217.223  /  Your IP : 216.73.216.168
Web Server : LiteSpeed
System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : mypckeys ( 1539)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/mypckeys/yeslicense.org/wp-content/plugins/yaymail/templates/elements/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/mypckeys/yeslicense.org/wp-content/plugins/yaymail/templates/elements/title.php
<?php
defined( 'ABSPATH' ) || exit;

use YayMail\Utils\TemplateHelpers;
use YayMail\Constants\AttributesData;

/**
 * $args includes
 * $element
 * $render_data
 * $is_nested
 */
if ( empty( $args['element'] ) ) {
    return;
}

$element = $args['element'];
$data    = $element['data'];

$wrapper_style = TemplateHelpers::get_style(
    [
        'line-height'      => 'normal',
        'background-color' => $data['background_color'],
        'padding'          => TemplateHelpers::get_spacing_value( isset( $data['padding'] ) ? $data['padding'] : [] ),
    ]
);


$common_font_family = TemplateHelpers::get_font_family_value( $data['font_family'] );

$title_size  = TemplateHelpers::get_font_size( $data['title_size'] );
$title_style = TemplateHelpers::get_style(
    [
        'text-align'  => $data['align'],
        'margin'      => '0',
        'color'       => $data['text_color'],
        'font-size'   => $title_size,
        'font-family' => $common_font_family,
        'font-weight' => '600',
    ]
);

$subtitle_size  = TemplateHelpers::get_font_size( $data['subtitle_size'], true );
$subtitle_style = TemplateHelpers::get_style(
    [
        'text-align'  => $data['align'],
        'font-family' => $common_font_family,
        'color'       => $data['text_color'],
        'font-size'   => $subtitle_size,
        'margin'      => '0',
    ]
);
ob_start();
?>

    <h1 class="yaymail-customizer-element-title__title" style="<?php echo esc_html( $title_style ); ?>">
        <?php echo esc_html( $data['title'] ); ?>
    </h1>
    <?php if ( ! empty( $data['subtitle'] ) ) : ?>
        <h4 class="yaymail-customizer-element-title__subtitle" style="<?php echo esc_html( $subtitle_style ); ?>">
            <?php echo esc_html( $data['subtitle'] ); ?>
        </h4>
    <?php endif; ?>
<?php
$element_content = ob_get_clean();

TemplateHelpers::wrap_element_content( $element_content, $element, $wrapper_style );


Youez - 2016 - github.com/yon3zu
LinuXploit