HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/bristolfilton.co.uk/public_html/wp-content/themes/promote/parts/part-client.php

		<div id="promote-clients">
					<?php
					if ( is_active_sidebar( 'sidebar-clients' ) ) {

						dynamic_sidebar( 'sidebar-clients' );

					} elseif ( current_user_can( 'edit_theme_options' ) && ! defined( 'PROMOTE_EXTEN_VERSION' ) ) {
						echo '<div class="promote-extensions">';
						if ( is_customize_preview() ) {
							printf( __( 'You need to active the %s plugin to be able to add Team members, counter, service block and Clients widgets.','promote' ), 'promote extensions' );
						} else {
							printf( __( 'You need to install the %s plugin to be able to add Team members, counter, service block and Clients widgets.','promote' ), sprintf( '<a href="%1$s">%2$s</a>', esc_url( wp_nonce_url( self_admin_url( 'update.php?action=install-plugin&plugin=promote-extensions' ), 'install-plugin_promote-extensions' ) ), 'promote extensions' ) );

						}
						echo '</div>';
											}?>

			</div>