403Webshell
Server IP : 172.67.153.42  /  Your IP : 216.73.217.138
Web Server : Apache
System : Linux vps-850873.bgcolombia.com 3.10.0-1160.144.1.el7.tuxcare.els5.x86_64 #1 SMP Wed May 13 12:31:54 UTC 2026 x86_64
User : melizav ( 1018)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/melizav/.trash/oceanwp/partials/header/style/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/melizav/.trash/oceanwp/partials/header/style/custom-header.php
<?php
/**
 * Custom Header Style
 *
 * @package OceanWP WordPress theme
 */

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

// Get ID
$get_id = oceanwp_custom_header_template();

// Check if page is Elementor page
$elementor  = get_post_meta( $get_id, '_elementor_edit_mode', true );

// Get content
$get_content = oceanwp_header_template_content();

// Get classes
$classes = array( 'clr' );

// Add container class
if ( true == get_theme_mod( 'ocean_add_custom_header_container', true ) ) {
    $classes[] = 'container';
}

// Turn classes into space seperated string
$classes = implode( ' ', $classes ); ?>

<?php do_action( 'ocean_before_header_inner' ); ?>

<div id="site-header-inner" class="<?php echo esc_attr( $classes ); ?>">

    <?php
    // If Elementor
    if ( OCEANWP_ELEMENTOR_ACTIVE && $elementor ) {

        OceanWP_Elementor::get_header_content();

    }

    // If Beaver Builder
    else if ( OCEANWP_BEAVER_BUILDER_ACTIVE && ! empty( $get_id ) ) {

        echo do_shortcode( '[fl_builder_insert_layout id="' . $get_id . '"]' );

    }

    // Else
    else {

        // Display template content
        echo do_shortcode( $get_content );

    } ?>

</div>

<?php do_action( 'ocean_after_header_inner' ); ?>

Youez - 2016 - github.com/yon3zu
LinuXploit