first commit

This commit is contained in:
Roman Pyrih
2023-07-24 08:30:51 +02:00
commit c2e100a763
7128 changed files with 1622619 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?php
/**
* The template part for selected copyrights section
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
$social_icons = function_exists( 'fw_get_db_customizer_option' ) ? fw_get_db_customizer_option( 'social_icons' ) : '';
?>
<section class="ls ms page_copyright section_padding_25">
<div class="container">
<div class="row">
<div class="col-sm-12">
<p><?php echo wp_kses_post( function_exists( 'fw_get_db_customizer_option' ) ? fw_get_db_customizer_option( 'copyrights_text' ) : esc_html__( 'Powered by WordPress', 'solarify' ) ); ?>
</p>
</div>
</div>
</div>
</section><!-- .copyrights -->