Find text Not in footer.php code
-
Hello Members,
I am using the Activation theme from GoDaddy/Wordpress. It is a child theme of Primer.
I am trying to find the code where the footer text is stored for this theme.
I want to change it. It uses this code to load the footer info:
<div class=”site-footer-inner”><?php
/**
* Fires inside the<footer>
element.
*
* @since 1.0.0 */do_action( ‘primer_footer’ );
?>
</div><!– .site-footer-inner –>
</footer><!– #colophon –>
<?php
/**
* Fires after the<footer>
element.
*
* @since 1.0.0 */do_action( ‘primer_after_footer’ );
?>
I am trying to find the ref to those arguments in the do_action() function. Any idea where to look
for this info?
Thanks
ewholz
- The topic ‘Find text Not in footer.php code’ is closed to new replies.