/home/grlogisticsandse/www/wp-content/themes/carbon-agency/patterns/hidden-footer-links.php
<?php
/**
* Title: Footer links
* Slug: carbon-agency/footer-links
* Categories: text
* Inserter: no
*
* @package carbon-agency
* @since 1.0.0
*/
?>
<!-- wp:group {"align":"full","layout":{"type":"flex","justifyContent":"space-between"}} -->
<div class="wp-block-group alignfull">
<!-- wp:group {"layout":{"type":"flex","allowOrientation":false}} -->
<div class="wp-block-group">
<!-- wp:paragraph {"fontSize":"extra-small"} --><p class="has-extra-small-font-size">
<?php
printf(
/* translators: %s: Copyright year. */
esc_html__( 'Copyright %s. ', 'carbon-agency' ),
esc_html( date_i18n( _x( 'Y', 'copyright date format', 'carbon-agency' ) ) ),
);
esc_html_e( 'All right reserved.', 'carbon-agency' );
?>
</p>
<!-- /wp:paragraph -->
<!-- wp:site-title {"level":0, "fontSize":"extra-small"} /-->
</div><!-- /wp:group -->
<!-- wp:social-links {"className":"is-style-logos-only"} -->
<ul class="wp-block-social-links is-style-logos-only">
<!-- wp:social-link {"url":"#","service":"facebook"} /-->
<!-- wp:social-link {"url":"#","service":"twitter"} /-->
<!-- wp:social-link {"url":"#","service":"youtube"} /-->
<!-- wp:social-link {"url":"#","service":"linkedin"} /--></ul>
<!-- /wp:social-links -->
</div>
<!-- /wp:group -->