Sindbad~EG File Manager
<?php
return apply_filters(
'realpress/filter/config/widgets/sidebars',
array(
'realpress-single-property-sidebar' => array(
'name' => esc_html__( 'Single Property Sidebar', 'realpress' ),
'description' => esc_html__( 'Display widget items in the sidebar area.', 'realpress' ),
'id' => 'realpress-single-property-sidebar',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h2 class="widget-title">',
'after_title' => '</h2>',
),
'realpress-archive-property-sidebar' => array(
'name' => esc_html__( 'Property Archive Sidebar', 'realpress' ),
'description' => esc_html__( 'Display widget items in the sidebar area.', 'realpress' ),
'id' => 'realpress-archive-property-sidebar',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h2 class="widget-title">',
'after_title' => '</h2>',
),
'realpress-agent-list-sidebar' => array(
'name' => esc_html__( 'Agent List Sidebar', 'realpress' ),
'description' => esc_html__( 'Display widget items in the sidebar area.', 'realpress' ),
'id' => 'realpress-agent-list-sidebar',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h2 class="widget-title">',
'after_title' => '</h2>',
),
'realpress-agent-detail-sidebar' => array(
'name' => esc_html__( 'Agent Detail Sidebar', 'realpress' ),
'description' => esc_html__( 'Display widget items in the sidebar area.', 'realpress' ),
'id' => 'realpress-agent-detail-sidebar',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h2 class="widget-title">',
'after_title' => '</h2>',
),
)
);
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists