6 lines
92 B
PHP
6 lines
92 B
PHP
<?php
|
|
function areoi_render_block_icon( $attributes, $content )
|
|
{
|
|
return $content;
|
|
}
|