Site logo

Archived topic

Premium 1.6 Beta

18 replies · Started by Simon on March 1, 2018

Viewing posts 1–15 of 19

Hi,

I might be missing something obvious, but how do I get the 1.6beta ?

I have this in my theme functions.php:

add_action( 'after_setup_theme', 'pz_beta_tester' );
function pz_beta_tester() {
  add_filter( 'generate_premium_beta_tester', '__return_true' ); 
}

but don't get any update notices in the dashboard.

Thanks,

Nevermind, I found the link on here.
Nope, that link just tells you to add the above code snippet, which doesn't work for me.

Hi there,

Is it still not working? Sometimes you have to wait a bit to get the notification.

I know the code is working for everyone else though.

Same here,

I added:

add_action( 'after_setup_theme','tu_beta_tester' );
function tu_beta_tester() {
	add_filter( 'generate_premium_beta_tester','__return_true' ); 
}

to the bottom of /wp-content/themes/generatepress/functions.php

"Sites" option not showing up?

I'm using, GP Premium 1.5.6 - Activated

Thanks Leo,

I've installed and added the code snippet. Will I get a notification by email or on the dashboard to update to beta?

I've tried using the CodeSnippets plugin, i've even tried changing the main 'gp-premium.php' file @ line 155 to:
'beta' => true,
to bypass the 'generate_premium_beta_tester' filter altogether, but still no update notification.

@pattzone Simon, I tried that earlier today but no luck. I suppose as Leo said you gotta set it and wait.

You should get a notification through dashboard to update.

Can you make sure the snippet is activated? (not just saved)

Thanks @leohsiang, Yes it's activated since I created it and as of now still no notification through dashboard to update.

Update checks are cached, but shouldn't take too long.

If you go to "Dashboard > Updates", it might trigger the cache to clear.

Thanks Tom,

I tried what you said and waited and checked over a few hours but unfortunately it's still the same.

One thing that came to mind was the website is currently in "Maintenance" mode via Elementor > Tools > Maintenance Mode so I'm unsure if this can be a problem?

It could be. It's possible that doing that tells the site to reject the call to our server.

OK Tom thanks, I'm gonna try it with a different live domain, same setup. I'll let you know.

Thanks! :)

This archived topic is closed to new replies.