Forums
Forums / Fixing WordPress / Editing php functions
(@llolee)
10 years, 10 months ago
If I want to edit a php function in my footer (i.e. the Powered by WordPress) how do I do so?
In my footer.php I see
<?php echo of_get_option( 'custom_footer_text', 'sparkling' ); ?> <?php sparkling_footer_info(); ?>
but I don’t know where those functions are located elsewhere to edit them..
(@t-p)
just try striking it out like this:
<?php //echo of_get_option( 'custom_footer_text', 'sparkling' ); ?> <?php //sparkling_footer_info(); ?>
The topic ‘Editing php functions’ is closed to new replies.