Renan Diaz. Web Developer.

Read my blog

Hits Today

Enable multiple select dropdown in Google Sheets

I was looking for a way to multi-select items from a dropdown in Google Sheets due to a client request, and I’ve found several tutorials, one in particular I’ve found it very helpful but incomplete at the same time: https://www.lido.app/tutorials/google-sheets-multi-select-dropdown The script included in this tutorial wasn’t 100% completed, so I took 15 min to make it work in a way I thought was convenient at that moment. What I needed was to remove an option if it was already selected, same behaviour of a select2 dropdown, or kinda. So...

Add “Skip” button to Woocommerce Subscriptions

I had a client with a request that i didn’t think of until I spoke with him, he told me that clients on their website should be able to skip one month of subscription but keep the subscription as Active. That means we cannot change the status of the subscription. Well, in case you need it for any reason, or a client request like me. You can achieve this with the following code snippet in your theme/plugin: <?php add_filter( 'wcs_view_subscription_actions', 'add_skip_action', 10, 3 ); public function subscription_skip_handler(){ global $post; //...

Warning: Undefined variable $dir_path in /home/nativote/reandimo.dev/wp-content/themes/win95-wordpress-theme-main/footer.php on line 1
dancingspot.gif