Request for Change, CSS output in admin
-
Hi Guys,
First of all thanks for blowing new life into the scheduled content plugin.
Tried it out today, but ran into an issue. In
content-update-scheduler.php
on line 316 there is a hard output of CSS that, in our case, is being thrown into the header to soon, causing PHP to give a ‘header already send’ error.Could you please change this to make it output through the admin_head action.
Quick example:
add_action( 'admin_head', function() { ?> <style> #duplicate-action, #delete-action, #minor-publishing-actions, #misc-publishing-actions, #preview-action {display:none;} </style> <?php });
- The topic ‘Request for Change, CSS output in admin’ is closed to new replies.