Title: This doesn&#039;t work
Last modified: August 22, 2016

---

# This doesn't work

 *  Resolved [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/this-doesnt-work/)
 * I am trying to use the following snippet, but the hooks I think have changed,
   looked on the hooks API but not sure how to implement. This snippet is found 
   [here](http://themesandco.com/snippet/add-content-above-featured-pages/). What
   do I need to change?
 *     ```
       add_filter('tc_fp_block_display', 'content_before_fp');
       function content_before_fp($html) {
       $before_fp = ''; //Put your HTML inside this var
       return $before_fp.$html;
       }
       ```
   

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/this-doesnt-work/#post-5656629)
 * Nope, this works, maybe you’re using fpu extension?
 *  Thread Starter [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/this-doesnt-work/#post-5656634)
 * I am using FPU
 *  Thread Starter [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/this-doesnt-work/#post-5656662)
 * Never mind, I used a text widget after the header, that worked.
 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/this-doesnt-work/#post-5656676)
 * Hi questas_admin,
    I think was just about use the correct filter, or the correct
   action hook, the fpu filter equivalent for that is: `fpc_block_display`
 *  Thread Starter [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/this-doesnt-work/#post-5656748)
 * Thank You, That worked perfectly.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘This doesn't work’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [David_G](https://wordpress.org/support/users/questas_admin/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/this-doesnt-work/#post-5656748)
 * Status: resolved