BlockItems in the block category have been created with the block editor.
代码高亮
<?php /** * @package ZMLTheme\Hooks */ namespace ZMLTheme\Hooks; use ZMLTheme\Utils\Site as SiteUtil; defined( 'ZMLTHEME_PRESENT' ) or die( 'Access Denied' ); /** * Class ZMLTheme\Hooks\Term * * Term选项 * * @since 1.0.0 */ class Term { private $setup, $areas; private $term; public function __const …
代码高亮测试
//* 检查访问 defined( 'ABSPATH' ) or die( 'Access Denied' ); //* 全局常量 define( 'ZMLPAINT_ID', 'zml-plugin-paint' ); define( 'ZMLPAINT_VER', '3.0.0' ); define( 'ZMLPAINT_DEV', true ); define( 'ZMLPAINT_URL', plugin_dir_url( __FILE__ ) ); define( 'ZMLPAINT_PATH', plugin_dir_path( __FILE__ ) ); define( 'ZML …
Block category: Layout Elements
The Layout Elements category includes the following blocks: Group, Button, Columns, Media & Text, separator, spacer, read more, and page break. This group block has a light green background color. The read more block should be right below this text, but only on list pages of themes that show the …
158000Block