redirection_redirect_deleted

redirection_redirect_deleted

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

See hook in core

Displaying hooks found in version: redirection.5.4.2

do_action('redirection_redirect_deleted') is found 1 times:

  • /models/redirect/redirect.php line 464
    	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