<?php
/**
 * Content for the Embed Snippet column within the Calendar Embeds List Table.
 *
 * @since 6.11.0
 *
 * @version 6.11.0
 *
 * @var int $post_id The post ID.
 */

defined( 'ABSPATH' ) || exit;
?>
<div>
	<?php $this->template( 'embed-snippet-content' ); ?>
</div>
