WP Shots 1.0.3 Release notes
Every agencies favorite tool, WP Shots gets some love!
Version 1.0.3 is out Nov 24, 2021
In this update:
- White text on white background? Solved!
- Full height screenshots now available
- Hardcode your license key to keep it more secure
Light text on white backgrounds is no longer a problem!
Simply add the string “light” to the end of your saved module / row / column, and WP Shots will take a screenshot on a dark background instead!
Watch the video!
Full Height Screenshots
Beaver Builder by default has a 2:1 image ratio in the saved items drawer. So we crop your screenshots that way.
Sometimes this is less than ideal because it crops out important stuff.
Now you can add the filter ss_wp_shots_full_height anywhere you add PHP (like your functions.php file, or a snippets plugin)
add_filter('ss_wp_shots_full_height','__return_true');
Hide your license key!
Keep your license key out of the WP Admin, so nobody can steal your juicy screenshot credits.
Hardcode your license key with PHP (like your functions.php file, or a snippets plugin)
// hardcoded WP Shots License Key
add_filter('wp_shots_license',function(){
return 'your-license-key';
});
That’s it!
Level up your Beaver Builder skills
Join 3,264 Beaver Builders and get our monthly-ish dish
We've got a million ideas that we've implemented on over 300+ BB enabled websites. Pop in your email below, and we'll let you know when a new post or plugin is available :)
Newsletter
"*" indicates required fields
Spam sucks.