Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WP 4.7 + bbPress 2.5.11 #41

Open
tomusborne opened this issue Dec 8, 2016 · 1 comment
Open

WP 4.7 + bbPress 2.5.11 #41

tomusborne opened this issue Dec 8, 2016 · 1 comment

Comments

@tomusborne
Copy link

I realize this plugin isn't supported anymore, but though I would post this as it may help someone.

I found this plugin breaks using WP 4.7, after searching around, it seems this line doesn't fire anymore:

add_action( 'bbp_init', array( $this, 'setup_status' ), 9 );

Not sure if something in the latest bbPress changed bbp_init, but changing it to init fixed the plugin.

add_action( 'init', array( $this, 'setup_status' ), 9 );

@imath
Copy link
Owner

imath commented Dec 8, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants