Hotfix: Free Downloads – Always load assets

/** * Force loading the Free Downloads assets on the frontend. */ function eddwp_free_downloads_scripts() { EDD\FreeDownloads\Assets\Frontend::enqueue( true ); } remove_action( ‘wp_enqueue_scripts’, ‘edd_free_downloads_scripts’ ); add_action( ‘wp_enqueue_scripts’, ‘eddwp_free_downloads_scripts’ );Continue reading

Test snippet

And this is text but its formatted text, apparently thats ok. Ah, I see – you can switch to straight text like this.Continue reading