Title: Functions.php changes doing nothing
Last modified: August 30, 2016

---

# Functions.php changes doing nothing

 *  [gannonc13](https://wordpress.org/support/users/gannonc13/)
 * (@gannonc13)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/functionsphp-changes-doing-nothing/)
 * I am trying to rearrange my single product page in woocommerce in the staging
   area of my site so the the product description is at the top of the page.
    [Here](http://sftmli.staging.wpengine.com/product/basic-mow-and-edge/)
   is an example of the page. I found on [this](http://wpbackoffice.com/reorder-product-page-contents-woocommerce/)
   page to do that I need to change the priority values of the hooks in my functions.
   php file of the child theme of Customizr I created.
 * I could not figure out which of those hooks was the one for product description
   so to get a feel for what I was doing I followed the example they gave and so
   my functions.php folder looks like this
 *     ```
       <?php
       /* Write your awesome functions below */
       remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
       add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 60 );
       ```
   
 * but no changes were made to the site upon adding this code and I have no idea
   why this could be… Any help would be greatly appreciated and thank you in advanced.

Viewing 1 replies (of 1 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 7 months ago](https://wordpress.org/support/topic/functionsphp-changes-doing-nothing/#post-6664735)
 * Make sure you post on Customizr’s support section: [https://wordpress.org/support/theme/customizr#postform](https://wordpress.org/support/theme/customizr#postform)

Viewing 1 replies (of 1 total)

The topic ‘Functions.php changes doing nothing’ is closed to new replies.

## Tags

 * [function.php](https://wordpress.org/support/topic-tag/function-php/)
 * [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: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/functionsphp-changes-doing-nothing/#post-6664735)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
