Submit
Path:
~
/
home
/
getwphos
/
public_html
/
almajd14
/
wp-content
/
plugins
/
halstein-core
/
inc
/
header
/
templates
/
parts
/
File Content:
widgets.php
<?php if ( is_active_sidebar( $default_widget_area ) || ( ! empty( $custom_widget_area ) && is_active_sidebar( $custom_widget_area ) ) ) { $classes = array(); if ( ! empty( $widget_area ) ) { $classes[] = 'qodef--' . esc_attr( $widget_area ); } ?> <div class="qodef-widget-holder <?php echo implode( $classes ); ?>"> <?php if ( is_active_sidebar( $default_widget_area ) && empty( $custom_widget_area ) ) { dynamic_sidebar( $default_widget_area ); } elseif ( ! empty( $custom_widget_area ) && is_active_sidebar( $custom_widget_area ) ) { dynamic_sidebar( $custom_widget_area ); } ?> </div> <?php } ?>
Submit
FILE
FOLDER
Name
Size
Permission
Action
logo.php
512 bytes
0644
navigation.php
477 bytes
0644
widgets.php
626 bytes
0644
N4ST4R_ID | Naxtarrr