芝麻web文件管理V1.00
编辑当前文件:/home/e/p/h/ephorei/www/wp-content/plugins/sureforms/inc/blocks/address/block.php
$attributes Block attributes. * @param string $content Post content. * * @return string|bool */ public function render( $attributes, $content = '' ) { if ( ! empty( $attributes ) ) { $markup_class = new Address_Markup( $attributes ); ob_start(); // phpcs:ignore echo $markup_class->markup( $content ); } return ob_get_clean(); } }