• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Database Cleaner By Meow Apps

Database Cleaner By Meow Apps v1.0.5

No permission to download

0.9.3 (2023/06/14)​

  • Fix: Metadata tables were always using the default prefix.
  • Update: Support for more plugins.
 
  • Like
Reactions: Snapper123
Last edited:
  • Like
Reactions: amir7raul
Babak updated Database Cleaner By Meow Apps with a new update entry:

Database Cleaner By Meow Apps v0.9.3

Download Database Cleaner By Meow Apps v0.9.3 Nulled Free
= v0.9.3 (2023/06/14) =

* Fix: Metadata tables were always using the default prefix.
* Update: Support for more plugins.
* 🌴 I need some love and motivation. If you enjoy Database Cleaner, please leave a review [here](https://wordpress.org/support/plugin/database-cleaner/). That would help me a lot. Thank you!

Read the rest of this update entry...
 
Hi, not sure why but the plugin bugs out when we load the following code in functions.php to filter shipping/payment methods. The plugin doesn't load any admin dashboard settings.

Any suggestions are much appreciated
// /** // * ================================================================================== // * WooCommerce Disable Payment Gateway for a Specific Country // * ================================================================================== // */ function ts_disable_payment_gateway_by_country($available_payment_gateways) { global $woocommerce; if (is_admin()) return $available_payment_gateways; if (WC()->customer->get_billing_country() == 'CY') { if (isset($available_payment_gateways['bacs'])) { unset($available_payment_gateways['bacs']); } if (isset($available_payment_gateways['cheque'])) { unset($available_payment_gateways['cheque']); } if (isset($available_payment_gateways['cod'])) { unset($available_payment_gateways['cod']); } } return $available_payment_gateways; } add_filter('woocommerce_available_payment_gateways', 'ts_disable_payment_gateway_by_country'); // /** // * ================================================================================== // * @snippet Disable Other Payment Gateways If Local Pickup Shipping Method Chosen // * ================================================================================== // */ function gateway_disable_shipping_326($available_gateways) { if (!is_admin()) { $chosen_methods = WC()->session->get('chosen_shipping_methods'); $chosen_shipping = $chosen_methods[0]; if (0 === strpos($chosen_shipping, 'local_pickup')) { unset($available_gateways['cod']); //unset( $available_gateways['cop'] ); unset($available_gateways['bacs']); } } return $available_gateways; } add_filter('woocommerce_available_payment_gateways', 'gateway_disable_shipping_326');

Regards,
CB
 
Babak updated Database Cleaner By Meow Apps with a new update entry:

Database Cleaner By Meow Apps v0.9.4

Download Database Cleaner By Meow Apps v0.9.4 Nulled Free
= v0.9.4 (2023/07/11) =

* Fix: Deleting metadata entries was not working with custom prefixes.
* 🌴 I need some love and motivation. If you enjoy Database Cleaner, please leave a review [here](https://wordpress.org/support/plugin/database-cleaner/). That would help me a lot. Thank you!

Read the rest of this update entry...
 
Hi, not sure why but the plugin bugs out when we load the following code in functions.php to filter shipping/payment methods. The plugin doesn't load any admin dashboard settings.

Any suggestions are much appreciated
// /** // * ================================================================================== // * WooCommerce Disable Payment Gateway for a Specific Country // * ================================================================================== // */ function ts_disable_payment_gateway_by_country($available_payment_gateways) { global $woocommerce; if (is_admin()) return $available_payment_gateways; if (WC()->customer->get_billing_country() == 'CY') { if (isset($available_payment_gateways['bacs'])) { unset($available_payment_gateways['bacs']); } if (isset($available_payment_gateways['cheque'])) { unset($available_payment_gateways['cheque']); } if (isset($available_payment_gateways['cod'])) { unset($available_payment_gateways['cod']); } } return $available_payment_gateways; } add_filter('woocommerce_available_payment_gateways', 'ts_disable_payment_gateway_by_country'); // /** // * ================================================================================== // * @snippet Disable Other Payment Gateways If Local Pickup Shipping Method Chosen // * ================================================================================== // */ function gateway_disable_shipping_326($available_gateways) { if (!is_admin()) { $chosen_methods = WC()->session->get('chosen_shipping_methods'); $chosen_shipping = $chosen_methods[0]; if (0 === strpos($chosen_shipping, 'local_pickup')) { unset($available_gateways['cod']); //unset( $available_gateways['cop'] ); unset($available_gateways['bacs']); } } return $available_gateways; } add_filter('woocommerce_available_payment_gateways', 'gateway_disable_shipping_326');

Regards,
CB
You could try asking your question here...


:)
 

@AKSakallı

0.9.5 (2023/08/18)​

  • Update: Since the way Duplicated Post Meta is handled is tricky to understand, it shows the potential results first, but after the cleaning/analysis, it silently ignores then when they are actually not duplicates (that way, the results are more accurate).
  • Fix: Native associations should not be overridable (since it has no effect anyway).
 
Babak updated Database Cleaner By Meow Apps with a new update entry:

Database Cleaner By Meow Apps v0.9.5

Download Database Cleaner By Meow Apps v0.9.5 Nulled Free
= v0.9.5 (2023/08/18) =

* Update: Since the way Duplicated Post Meta is handled is tricky to understand, it shows the potential results first, but after the cleaning/analysis, it silently ignores then when they are actually not duplicates (that way, the results are more accurate).
* Fix: Native associations should not be overridable (since it has no effect anyway).
* 🌴 I need some love and motivation. If you enjoy Database...

Read the rest of this update entry...
 
@Babak @AKSakallı
please update!

0.9.6 (2023/09/11)​

  • Add: Release of a new feature! The Nyao Sweeper. It will constantly and discreetly clean your database in background, in tiny tasks to avoid impacting your server.
  • Change: Reverse the size of the Logs, now from most recent to oldest.
  • Add: DevTools, to help you debug and understand what is going on.
  • Update: Support for more plugins.
 
Babak updated Database Cleaner By Meow Apps with a new update entry:

Database Cleaner By Meow Apps v0.9.6

Download Database Cleaner By Meow Apps v0.9.6 Nulled Free
= v0.9.6 (2023/09/11) =

* Add: Release of a new feature! The Nyao Sweeper. It will constantly and discreetly clean your database in background, in tiny tasks to avoid impacting your server.
* Change: Reverse the size of the Logs, now from most recent to oldest.
* Add: DevTools, to help you debug and understand what is going on.
* Update: Support for more plugins.
* 🌴 I need some love and motivation. If you enjoy Database...

Read the rest of this update entry...
 
@Babak @AKSakallı
please update!

0.9.7 (2023/09/19)​

  • Add: More schedules for the Nyao Sweeper.
  • Add: Build/Remove Indexes button in the Settings to optimizing the queries.
  • Fix: Issues with Custom Queries.
  • Add: More settings to craft yourself a better and nicer UI for Database Cleaner.
 
Babak updated Database Cleaner By Meow Apps with a new update entry:

Database Cleaner By Meow Apps v0.9.7

Download Database Cleaner By Meow Apps v0.9.7 Nulled Free
= v0.9.7 (2023/09/19) =

* Add: More schedules for the Nyao Sweeper.
* Add: Build/Remove Indexes button in the Settings to optimizing the queries.
* Fix: Issues with Custom Queries.
* Add: More settings to craft yourself a better and nicer UI for Database Cleaner.
* 🌴 I need some love and motivation. If you enjoy Database Cleaner, please leave a review [here](https://wordpress.org/support/plugin/database-cleaner/). That would...

Read the rest of this update entry...
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock