We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef4410 commit be4dec6Copy full SHA for be4dec6
1 file changed
porches/generic/site/footer.php
@@ -41,7 +41,7 @@
41
global $allowedtags;
42
echo wp_kses( DT_Porch_Settings::get_field_translation( 'footer_content' ), $allowedtags ) ?><br>
43
<?php endif; ?>
44
- Built using <a href="https://prayer.tools/campaigns-tool/" target="_blank">Prayer.Tools</a> © <?php echo esc_html( gmdate( 'Y' ) ); ?>
+ Built using <a href="https://prayer.tools/campaigns-tool/" target="_blank">Prayer.Tools</a> © <?php echo esc_html( gmdate( 'Y' ) ); ?> | <a href="https://prayer.tools/give/" target="_blank">Donate</a>
45
</p>
46
</div>
47
<div class="site-info wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="0.3s">
0 commit comments