6.2.0.2
6.2.0.2 - November 3, 2023
- FIX: Fixed issue with paging URLs when using Elementor add-on with WooCommerce products and WP archive templates.
- FIX: Fixed issue with Cache and Paging add-ons throwing an error on initial page load and causing posts not to load..
- NEW: Added
alm_restapi_url
hook to update the URL base REST API calls.
add_filter( 'alm_restapi_url', function(){
return 'https://mywebsite.com';
});