JSFiddle - React, Tailwind, and code Playground

by rough cheap

HTML

<pre>
  <code>
    <?php
/*
Plugin Name: Zblog Related Posts
Plugin URI:
Description: 関連ページを表示するためのショートコードを提供します。
Author: Studio Rough and Cheap.
Version: 0.0.1
Author URI: https://www.rough-and-cheap.jp/
*/
// (1)
define( 'BEFORE_ZBLOG_RELATED_POSTS', '<div class="zblog_related_posts">' );
define( 'AFTER_ZBLOG_RELATED_POSTS', '</div>');
  </code>
</pre>