BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › PHP4 style constructor deprecated in WordPress 4.3.
- This topic has 9 replies, 2 contibutors, and was last updated 9 years, 3 months ago by Frank.
Question
August 6, 2015 at 1:58 am #43927@frankwarwickPHP4 style constructor has been deprecated in WordPress 4.3.
As theme BuddyBoss is following PHP4 style and must be update it ASAP in order to prevent potential errorsWhen can we expect this to happen?
Answers
August 6, 2015 at 7:21 pm #43958@alyssa-buddyboss
AlyssaParticipant@frankwarwick we are discussing it internally and seeing how much work this will take to become compliant.
August 7, 2015 at 8:36 am #43996@alyssa-buddyboss
AlyssaParticipant@frankwarwick I did some searching in the theme files and found we are using __construct in all of our classes within the BuddyBoss theme. Can you show me an example where we are still using PHP4 constructs within the theme?
August 8, 2015 at 8:07 am #44027@frankwarwickHi @tjchester
Good news concerning the __construct, I am following up with one of my guys who sent me an email concerning the issue to see if he has any particularsAugust 8, 2015 at 9:14 am #44029@alyssa-buddyboss
AlyssaParticipant@frankwarwick well we aren’t using __construct in ALL of our classes just those where we want to perform an action immediately when the class is called. Previously you would have a function inside the class with the same name as the function and it would immediately fire the function when the class was called. We should be good moving forward 🙂 But I’ll keep this open in case your guy has specific questions.
August 10, 2015 at 4:41 am #44116@frankwarwickHi @tjchester
Please view this http://jsfiddle.net/pareshradadiya/0s44Lwaf/August 10, 2015 at 6:34 am #44126@alyssa-buddyboss
AlyssaParticipant@frankwarwick I see that one instance. We will get that patched up, thanks!
August 13, 2015 at 8:09 pm #44422@frankwarwickHi @tjchester
As the launch of 4.3 draws near, will this update be released soon so there will be no issues. can you give me an idea of the release date pleaseAugust 14, 2015 at 10:10 am #44458@alyssa-buddyboss
AlyssaParticipant@frankwarwick we are working as quickly as we can to clean up the issues currently developed and through testing. We will not release an update until those are complete. I was hoping to get them done this week but as issues keep popping up I don’t think it will happen until next week.
August 14, 2015 at 7:54 pm #44489@frankwarwickHi @tjchester
Thanks for the update
- The question ‘PHP4 style constructor deprecated in WordPress 4.3.’ is closed to new replies.