Добавление стилей на страницу WordPress с помощью хука
add_action( 'wp_head', function () {
echo '<style type="text/css">li.hcp {display: none;}</style>';
});
add_action( 'wp_head', function () {
echo '<style type="text/css">li.hcp {display: none;}</style>';
});
Leave a Reply
You must be logged in to post a comment.