Title: Remove Action
Last modified: September 15, 2021

---

# Remove Action

 *  Resolved [Chetan Satasiya](https://wordpress.org/support/users/ketuchetan/)
 * (@ketuchetan)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-action-5/)
 * Hey Team,
 * We need to remove the action from this file `wp-content/plugins/wp-seopress/inc/
   functions/options-redirections.php` and this is the action `add_action('template_redirect','
   seopress_redirections_hook', 1);` it’s conflicting some of our actions.
 * We tried to remove the action but somehow it’s not going to work. Do you guys
   have anything which we can use and bypass this action?

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

 *  Plugin Author [Benjamin Denis](https://wordpress.org/support/users/rainbowgeek/)
 * (@rainbowgeek)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-action-5/#post-14875626)
 * Hi,
 * have you tried this one?
 * [https://developer.wordpress.org/reference/functions/remove_all_actions/](https://developer.wordpress.org/reference/functions/remove_all_actions/)
 * the name and the priority must be “seopress_redirections_hook” and “1”.
 * Add the code to a must use plugin.
 *  Thread Starter [Chetan Satasiya](https://wordpress.org/support/users/ketuchetan/)
 * (@ketuchetan)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-action-5/#post-14876849)
 * Hey
 * I got the solution to remove action.
 * Thank you
 *  Plugin Author [Benjamin Denis](https://wordpress.org/support/users/rainbowgeek/)
 * (@rainbowgeek)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-action-5/#post-14877403)
 * Perfect!

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

The topic ‘Remove Action’ is closed to new replies.

 * ![](https://ps.w.org/wp-seopress/assets/icon-128x128.gif?rev=3158903)
 * [SEOPress - AI SEO Plugin & On-site SEO](https://wordpress.org/plugins/wp-seopress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-seopress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-seopress/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-seopress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-seopress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-seopress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Benjamin Denis](https://wordpress.org/support/users/rainbowgeek/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/remove-action-5/#post-14877403)
 * Status: resolved