3.3 compatibility
-
I might be wrongly diagnosing this, But I thought I might as well leave this note for anyone else who might come across it. While using 3.3 Beta 2, I had to change :
add_action( ‘wp’, ‘ass_update_group_subscribe_settings’, 4 );
to:
add_action( ‘wp’, ‘ass_update_group_subscribe_settings’, 3 );
If not your changes did not get saved. Again take this with a grain of salt, I didn’t try it on a clean 3.3 beta 2 install with nothing else running. so its more of a, if you have this problem, try this solution kind of post.
You must be logged in to reply to this topic.