paullacey78
8/9/2017 - 1:53 PM

GeneratePress Pro Addons beta tester mode

GeneratePress Pro Addons beta tester mode

<?php
/* Add this code to your child theme to get the latest betas of GPP */ 
add_action( 'after_setup_theme','tu_beta_tester' );
function tu_beta_tester() {
	add_filter( 'generate_premium_beta_tester','__return_true' ); 
}