
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
/**
 * HTML action redirect
 */

defined( 'ABSPATH' ) || exit;

/**
 * HTML itterator to display redirect actions fields.
 */
foreach ( $this->get_action_fields() as $field ) {
	$this->render_field( $field, $prefix );
}
