admin panel – How to remove “delete” button from category editing page Question i want to disable, hide or remove delete buttons from category page I tried editing functions.php with no luck: add_action('admin_head', 'hide_category_buttons'); function hide_category_buttons() { echo '<style> .taxonomy-category tr:hover .row-actions { visibility: hidden; } </style>'; } 0 Antanas Ignas 3 weeks 0 Answers 6 views 0
Leave an answer
You must login or register to add a new answer .