Title: Editing php functions
Last modified: August 24, 2016

---

# Editing php functions

 *  [Lloyd](https://wordpress.org/support/users/llolee/)
 * (@llolee)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/editing-php-functions/)
 * 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..

Viewing 1 replies (of 1 total)

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/editing-php-functions/#post-6173123)
 * just try striking it out like this:
 *     ```
       <?php //echo of_get_option( 'custom_footer_text', 'sparkling' ); ?>
       						<?php //sparkling_footer_info(); ?>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Editing php functions’ is closed to new replies.

## Tags

 * [footer](https://wordpress.org/support/topic-tag/footer/)
 * [functions](https://wordpress.org/support/topic-tag/functions/)
 * [php](https://wordpress.org/support/topic-tag/php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [t-p](https://wordpress.org/support/users/t-p/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/editing-php-functions/#post-6173123)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
