PluginProbe
Redirection / 2.7
Redirection v2.7
5.10.0 5.9.0 5.8.1 5.8.0 3.7.2 3.7.3 4.0 4.0.1 4.1 4.1.1 4.2 4.2.1 4.2.2 4.2.3 4.3 4.3.1 4.3.2 4.3.3 4.4 4.4.1 4.4.2 4.5 4.5.1 4.6.2 4.7.1 All 130 releases
← All changes | actions/nothing.php +1 -5 4.22.7 View file →
@@ -1,11 +1,7 @@
1 1 <?php
2 2
3 3 class Nothing_Action extends Red_Action {
4 - public function process_before( $code, $target ) {
5 - return apply_filters( 'redirection_do_nothing', false, $target );
6 - }
7 -
8 - public function needs_target() {
4 + function can_perform_action () {
9 5 return false;
10 6 }
11 7 }