Keeps going to “About” page and keeps adding demo snippents
-
I fixed this by adding the following to my functions.php:
add_filter('wbcr/factory/populate_option_what_new_210', function() { return false; }); add_filter('wbcr/factory/upgrade_up_to_201', function() { return true;});
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Keeps going to “About” page and keeps adding demo snippents’ is closed to new replies.