HEX
Server: Apache/2.4.65 (Unix) OpenSSL/1.1.1k
System: Linux server-manager.elshandawiily.com 4.18.0-553.87.1.el8_10.x86_64 #1 SMP Mon Dec 1 05:11:16 EST 2025 x86_64
User: elshanda (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/elshanda/public_html/wp-content/themes/barristar/theme-layouts/footer/footer-copyright.php
<?php
	// Main Text
	$barristar_need_copyright = cs_get_option('hide_copyright');
?>
<div class="lower-footer">
  <div class="container">
    <div class="row">
      <div class="separator"></div>
      <div class="col col-xs-12">
          <?php
			  $barristar_copyright_text = cs_get_option( 'copyright_text' );
			  if ( $barristar_copyright_text ) {
				  echo '<p class="copyright" >'. wp_kses_post( do_shortcode( $barristar_copyright_text ) ) .'</p>';
			  } else {
				  echo '<p>&copy; Copyright '.current_time( 'Y' ).' | <a href="'.esc_url( get_home_url( '/' ) ).'">'.get_bloginfo( 'name' ).'</a> | All right reserved.<p>';
			  }
			  $barristar_secondary_text = cs_get_option( 'secondary_text' );
			  echo wp_kses_post( do_shortcode( $barristar_secondary_text ) );
		  ?>
      </div>
    </div>
  </div>
</div>