Title: remove action
Last modified: November 24, 2019

---

# remove action

 *  Resolved [leovicio](https://wordpress.org/support/users/leovicio/)
 * (@leovicio)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/remove-action-2/)
 * I would like to remove the “Purchase” pixel from the thank you page for a specific
   payment method example: bank transfer
 * I could remove the pixel but the layout was bugged
    did it the right way?
 * /*Remover Pixel para boleto*/
    function remove_facebook_puxel_boleto( $order_id){
   $payment_gateway = wc_get_payment_gateway_by_order( $order_id ); $payment_name
   = $payment_gateway->get_title();
 *  if (strpos($payment_name, ‘Boleto’) !== false) {
    if (class_exists( ‘WC_Facebookcommerce’)){
   remove_action( ‘woocommerce_thankyou’, array( WC_Facebookcommerce()->WC_Facebookcommerce_Integration()-
   >WC_Facebookcommerce_EventsTracker(), ‘inject_gateway_purchase_event’, 2 ) );}}
 * }
 * add_action( ‘woocommerce_thankyou’, ‘remove_facebook_puxel_boleto’,1);

Viewing 1 replies (of 1 total)

 *  [rickyrik](https://wordpress.org/support/users/rickyrik/)
 * (@rickyrik)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-action-2/#post-12301065)
 * Same problem here…

Viewing 1 replies (of 1 total)

The topic ‘remove action’ is closed to new replies.

 * ![](https://ps.w.org/facebook-for-woocommerce/assets/icon.svg?rev=3469606)
 * [Meta for WooCommerce](https://wordpress.org/plugins/facebook-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-for-woocommerce/reviews/)

## Tags

 * [remove action](https://wordpress.org/support/topic-tag/remove-action/)

 * 1 reply
 * 2 participants
 * Last reply from: [rickyrik](https://wordpress.org/support/users/rickyrik/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/remove-action-2/#post-12301065)
 * Status: resolved