WooCommerce Subscriptions unexpected value: INF

Short and sweet, because I got no Google results for my search: When calling WCS_Switch_Cart_Item::get_old_price_per_day(), I got back INF as a result. After tracking it down, it was because I had filtered wcs_switch_proration_days_in_old_cycle but had a bug that was resulting in no value being returned.

Read More

Digging into “$(…).tipTip is not a function” error

What I searched for “Uncaught TypeError: $(…).tipTip is not a function” Beaver Builder Why I searched for it When I was trying to load Beaver Builder’s settings page in the WordPress backend, I was getting this error in Chrome’s Javascript Console, thrown by line 58 in /bb-plugin/js/fl-builder-admin-settings.js (the line in question: $( ‘.fl-settings-form .dashicons-editor-help’ ).tipTip();).…

Read More

Where to find the phpMyAdmin config file in VVV

What I searched for vvv phpmyadmin config file Why I searched for it I’ve just started using Varying Vagrant Vagrants to do some local WordPress development. When I visited the included phpMyAdmin install at http://vvv.test/database-admin/, I got the error “The secret passphrase in configuration (blowfish_secret) is too short.” From previous experience, I knew that I could add…

Read More