Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Stefano

    (@ste_95)

    I’m sorry, but there’s no way to do that, at least as of now 🙂

    Is there a way to remove the stats all together? they are a bit overwhelming for some of my users

    Plugin Author Stefano

    (@ste_95)

    Only way is to comment out the relative lines (75 and 128, main file):

    add_action( 'load-dashboard_page_posts_to_do_list', array( $this, 'posts_to_do_list_dashboard_page_metaboxes' ) );
    self::$posts_to_do_list_dashboard_page_slug = add_dashboard_page( "Posts To Do List", "Posts To Do List", 'edit_posts', 'posts_to_do_list', array( $this, 'posts_to_do_list_dashboard' ));

    Thank you much

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘General Stats’ is closed to new replies.