Forums
(@keisys)
8 years, 9 months ago
to functions.php
function hide_themify-builder_link() { ?> <style type="text/css"> span.themify-builder{ display: none; } </style> <?php } add_action( 'admin_print_styles-edit.php', 'hide_themify-builder_link' );