• Resolved Sonja London

    (@summit)


    How to disable or remove the “WordPress Guides/Tutorials” in the dashboard? It is redundant and confusing people.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor contactashish13

    (@rozroz)

    @summit you can add the filter to your themes’ functions.php file to disable that widget

    
    add_filter( 'visualizer_load_dashboard_widget', '__return_false' );
    
    Plugin Contributor contactashish13

    (@rozroz)

    We haven’t heard from you in sometime so marking this as Resolved. If you continue to face an issue, please create a new ticket. We’d be happy to help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove the “WordPress Guides/Tutorials”’ is closed to new replies.