$fields = apply_filters(
'wpse_comment_fields',
[ 'comment', 'author', 'url', 'email', 'submit' ] (16-я строка)
);
[ 'comment', 'author', 'url', 'email', 'submit' ]
function themeslug_enqueue_style() {
wp_enqueue_style( 'myStyle', plugins_url( '/css/myStyle.css', __FILE__ ), false );
}
add_action( 'wp_enqueue_scripts', 'themeslug_enqueue_style' );
mysql_query("SET CHARACTER SET utf8 ");
get_permalink( $post->ID );
$Path=$_SERVER['REQUEST_URI'];
$URI='http://site.ru'.$Path;
<div class="category"><img src="юрл картинки" /><span class="category-title">текст</span></div>
.category {
display:inline-block;
}
.category .category-title {
display: block;
}