redirection_redirect_deleted

redirection_redirect_deleted

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: redirection.5.5.2

do_action('redirection_redirect_deleted') is found 1 times:

  • /models/redirect/redirect.php line 467
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    public function delete() {
        global $wpdb;
     
        $wpdb->query( $wpdb->prepare( "DELETE FROM {$wpdb->prefix}redirection_items WHERE id=%d", $this->id ) );
        do_action( 'redirection_redirect_deleted', $this );
     
        Red_Module::flush( $this->group_id );
    }
     
    /**
     * Create a redirect with new details