redirection_do_nothing

redirection_do_nothing

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: redirection.5.5.2

do_action('redirection_do_nothing') is found 1 times:

  • /actions/nothing.php line 13
    09
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
         *
         * @return void
         */
        public function run() {
            do_action( 'redirection_do_nothing', $this->get_target() );
        }
     
        public function name() {
            return __( 'Do nothing (ignore)', 'redirection' );
        }
    }

See this hook used in plugins: