Ejemplo n.º 1
0
    ?>
 />&nbsp;<?php 
    echo $key;
    ?>
</label>
							<?php 
}
?>
						</td>
					</tr>
					<tr>
						<th>
						</th>
						<td>
							<textarea id="post_export" rows="6" cols="80" ><?php 
echo esc_textarea(post_types_export($post_types));
?>
</textarea>
						</td>
					</tr>
					<tr>
						<th>
						</th>
						<td>
							<input type="submit" class="button" value="<?php 
esc_html_e('Create Post Type Export', $this->text_domain);
?>
" />
						</td>
					</tr>
				</table>
Ejemplo n.º 2
0
    ?>
 />&nbsp;<?php 
    echo $key;
    ?>
</label>
							<?php 
}
?>
						</td>
					</tr>
					<tr>
						<th>
						</th>
						<td>
							<textarea id="post_export" rows="6" cols="80" ><?php 
esc_html_e(post_types_export($post_types));
?>
</textarea>
						</td>
					</tr>
					<tr>
						<th>
						</th>
						<td>
							<input type="submit" class="button" value="<?php 
_e('Create Post Type Export', $this->text_domain);
?>
" />
						</td>
					</tr>
				</table>