Could be good…
-
…if it didn’t have an admin notice on EVERY SINGLE ADMIN PAGE demanding a “positive review” on www.remarpro.com. Dismissing these notices does nothing, you are stuck with them permanently unless you want to go into the code and remove them yourself. In case anyone else is getting annoyed by these, this PHP snippet will help:
function remove_swell_nags() { remove_action( 'admin_notices', 'swell_lite_admin_notice_follow', 10 ); remove_action( 'admin_notices', 'swell_lite_admin_notice_review', 10 ); } add_action( 'init', 'remove_swell_nags' );
- The topic ‘Could be good…’ is closed to new replies.