[ad_1]
I found several I18N issues for Hide Archive Label and modified some code to improve these issues.
inc\partials\footer.php
Line4
<a href="https://projectdmc.org/support/topic/improve-i18n-issues-based-on-1-5/<?php echo esc_url("https://catchplugins.com/' ); ?>" target="_blank"><?php esc_html_e( 'Catch Plugins', 'hide-archive-label' ); ?></a>Line 9 to 11
<li><a href="https://projectdmc.org/support/topic/improve-i18n-issues-based-on-1-5/<?php echo esc_url("https://catchthemes.com/themes/category/premium/' ); ?>" target="_blank"><?php esc_html_e( 'View Themes', 'hide-archive-label' ); ?></a></li>
<li><a href="https://projectdmc.org/support/topic/improve-i18n-issues-based-on-1-5/<?php echo esc_url("https://catchplugins.com/plugins/' ); ?>" target="_blank"><?php esc_html_e( 'View Plugins', 'hide-archive-label' ); ?></a></li>
<li><a href="https://projectdmc.org/support/topic/improve-i18n-issues-based-on-1-5/<?php echo esc_url("https://catchplugins.com/support/' ); ?>" target="_blank"><?php esc_html_e( 'Support', 'hide-archive-label' ); ?></a></li>inc\partials\sidebar.php
Line 3
<div class="catch-sidebar-title highlighted"><?php esc_html_e( 'Recommendations', 'hide-archive-label' ); ?></div>Line 8 and 9
<h3><?php esc_html_e( 'Premium Themes', 'hide-archive-label' ); ?></h3>
<p><?php esc_html_e( 'Check out our simple, clean and responsive Premium WordPress Themes that come with an array of crucial features with a superior functionality.', 'hide-archive-label' ); ?> <a target="_blank" href="https://catchthemes.com/themes/category/premium/"><?php esc_html_e( 'Check our premium themes.', 'hide-archive-label' ); ?></a></p>Line 15 and 16
<h3><?php esc_html_e( 'Free Themes', 'hide-archive-label' ); ?></h3>
<p><?php esc_html_e( 'Check out our collection of Free WordPress Themes that are clean, simple and feature-rich.', 'hide-archive-label' ); ?> <a target="_blank" href="https://catchthemes.com/themes/category/free/"><?php esc_html_e( 'Check our free themes.', 'hide-archive-label' ); ?></a></p>Line 22 and 23
<h3><?php esc_html_e( 'Premium Plugins', 'hide-archive-label' ); ?></h3>
<p><?php esc_html_e( 'Check out our secured Premium WordPress Plugins to enhance and add extra functionalities to your website. An exceptional way to get the most out of WordPress!', 'hide-archive-label' ); ?> <a target="_blank" href="https://catchplugins.com/plugins/tag/pro/"><?php esc_html_e( 'Check our premium plugins.', 'hide-archive-label' ); ?></a></p>Line 31 to 33
<h3><?php esc_html_e( 'Free Plugins', 'hide-archive-label' ); ?></h3>
<p><?php esc_html_e( 'Check out our Free WordPress Plugins and get the taste of our service without affecting your wallet.', 'hide-archive-label' ); ?>
<a target="_blank" href="https://catchplugins.com/plugins/tag/free/"><?php esc_html_e( 'check our free plugins.', 'hide-archive-label' ); ?></a></p>inc\class-main.php
Line 166 and 167
esc_html_x( 'Hide Archive Label', 'UI String', 'hide-archive-label' ),
esc_html_x( 'Hide Archive Label', 'UI String', 'hide-archive-label' ),