Viewing 3 replies - 1 through 3 (of 3 total)
  • Use screen options and remove the tik (V).

    Thread Starter ram108

    (@ram108)

    Thank you!

    If you want to pop something in your functions.php file, try this:

    function remove_PlulzDashNews_dashboard_metabox() {
        remove_meta_box('PlulzDashNews', 'dashboard', 'core');
    }
    add_action('admin_init', 'remove_PlulzDashNews_dashboard_metabox');

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove Plulz Latest News from home page of the WP console?’ is closed to new replies.