PluginProbe
Catch Breadcrumb / 2.2
Catch Breadcrumb v2.2
trunk 1.0.0 1.0.1 1.0.2 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6 1.7 1.8 1.9 2.0 2.1 2.2 All 29 releases
catch-breadcrumb / admin / partials / footer.php

footer.php in Catch Breadcrumb 2.2, at admin/partials/footer.php

14 lines 823 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <!-- Footer -->
2 <div class="catchp-footer">
3 <div class="catchp-footer-site-info">
4 <a href="<?php echo esc_url( 'https://catchplugins.com/' ); ?>" target="_blank"><?php esc_html_e( 'Catch Plugins', 'catch-breadcrumb' ); ?></a>
5 </div>
6
7 <div class="catchp-footer-menu">
8 <ul>
9 <li><a href="<?php echo esc_url( 'https://catchthemes.com/themes/category/premium/' ); ?>" target="_blank"><?php esc_html_e( 'View Themes', 'catch-breadcrumb' ); ?></a></li>
10 <li><a href="<?php echo esc_url( 'https://catchplugins.com/plugins/' ); ?>" target="_blank"><?php esc_html_e( 'View Plugins', 'catch-breadcrumb' ); ?></a></li>
11 <li><a href="<?php echo esc_url( 'https://catchplugins.com/support/' ); ?>" target="_blank"><?php esc_html_e( 'Support', 'catch-breadcrumb' ); ?></a></li>
12 </ul>
13 </div>
14 </div> <!-- .catchp-footer -->