Home Forums Themes Support Claue Disable the "Claue Sample Data" plugin

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #26243

      Hi,

      1. Could I disable the Claue Sample Data plugin after Import Sample Data ?
      2. Actually what is the purpose of this plugin ? only for Import Sample Data ?

      Best Regards,

    • #26246

      Yes, you should disable plugin Claue Sample Data after import complete. It only for import sample data.

      Kind Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #26250

      Many Thanks !

      But is there any way remove following notification using Child Theme functions.php

      Best Regards,

    • #26252

      Hi,

      Please add below code to claue-child > functions.php

      add_filter('get_user_metadata', function($val, $object_id, $meta_key, $single) {
          if($meta_key === 'tgmpa_dismissed_notice_tgmpa')
              return true;
          else
              return null;
       
      }, 10, 4);

      But it will hide all message to other plugin.

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #26256

      Thank you very much !

Viewing 4 reply threads

You must be logged in to reply to this topic.