Dre4m Shell
Server IP : 85.214.239.14  /  Your IP : 3.16.68.161
Web Server : Apache/2.4.62 (Debian)
System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.18
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /proc/3/cwd/var/www/wordpress/wp-content/themes/Divi/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /proc/3/cwd/var/www/wordpress/wp-content/themes/Divi/includes/theme-builder.php
<?php
// Prevent file from being loaded directly
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

/**
 * Output the opening page container div.
 *
 * @since ??
 *
 * @return void
 */
function et_divi_filter_theme_builder_template_before_page_wrappers() {
    get_template_part( 'theme-before-wrappers' );
}
add_action( 'et_theme_builder_template_before_page_wrappers', 'et_divi_filter_theme_builder_template_before_page_wrappers' );

/**
 * Output the header if necessary.
 *
 * @since ??
 *
 * @param integer $layout_id
 * @param bool $layout_enabled
 *
 * @return void
 */
function et_divi_filter_theme_builder_template_before_header( $layout_id, $layout_enabled ) {
    if ( 0 === $layout_id && $layout_enabled ) {
        get_template_part( 'theme-header' );
    }
}
add_action( 'et_theme_builder_template_before_header', 'et_divi_filter_theme_builder_template_before_header', 10, 2 );

/**
 * Output the opening page container div.
 *
 * @since ??
 *
 * @return void
 */
function et_divi_filter_theme_builder_template_after_header() {
    get_template_part( 'theme-after-header' );
}
add_action( 'et_theme_builder_template_after_header', 'et_divi_filter_theme_builder_template_after_header' );

/**
 * Output the opening main content div.
 *
 * @since ??
 *
 * @return void
 */
function et_divi_filter_theme_builder_template_before_body() {
    ?>
    <div id="main-content">
    <?php
}
add_action( 'et_theme_builder_template_before_body', 'et_divi_filter_theme_builder_template_before_body' );

/**
 * Output the closing main content div.
 *
 * @since ??
 *
 * @return void
 */
function et_divi_filter_theme_builder_template_after_body() {
    ?>
    </div>
    <?php
}
add_action( 'et_theme_builder_template_after_body', 'et_divi_filter_theme_builder_template_after_body' );

/**
 * Output the footer if necessary.
 *
 * @since ??
 *
 * @param integer $layout_id
 * @param bool $layout_enabled
 *
 * @return void
 */
function et_divi_filter_theme_builder_template_after_footer( $layout_id, $layout_enabled ) {
    if ( 0 === $layout_id && $layout_enabled ) {
        get_template_part( 'theme-footer' );
    }

    get_template_part( 'theme-after-footer' );
}
add_action( 'et_theme_builder_template_after_footer', 'et_divi_filter_theme_builder_template_after_footer', 10, 2 );

/**
 * Output the closing page container div.
 *
 * @since ??
 *
 * @return void
 */
function et_divi_filter_theme_builder_template_after_page_wrappers() {
    get_template_part( 'theme-after-wrappers' );
}
add_action( 'et_theme_builder_template_after_page_wrappers', 'et_divi_filter_theme_builder_template_after_page_wrappers' );

/**
 * Disable TB hooks in order to be compatible with LearnDash's Focus mode.
 *
 * @since ??
 */
function et_divi_action_theme_builder_compatibility_learndash_focus_mode() {
	remove_action( 'et_theme_builder_template_before_page_wrappers', 'et_divi_filter_theme_builder_template_before_page_wrappers' );
	remove_action( 'et_theme_builder_template_before_header', 'et_divi_filter_theme_builder_template_before_header' );
	remove_action( 'et_theme_builder_template_after_header', 'et_divi_filter_theme_builder_template_after_header' );
	remove_action( 'et_theme_builder_template_before_body', 'et_divi_filter_theme_builder_template_before_body' );
	remove_action( 'et_theme_builder_template_after_body', 'et_divi_filter_theme_builder_template_after_body' );
	remove_action( 'et_theme_builder_template_after_footer', 'et_divi_filter_theme_builder_template_after_footer' );
	remove_action( 'et_theme_builder_template_after_page_wrappers', 'et_divi_filter_theme_builder_template_after_page_wrappers' );
}
add_action( 'et_theme_builder_compatibility_learndash_focus_mode', 'et_divi_action_theme_builder_compatibility_learndash_focus_mode' );

Anon7 - 2022
AnonSec Team