This resolves a handful of PHP8.2 Deprecated warnings. Mostly, it is resolving the following:
Adding dynamic properties is deprecated
strpos() argument 1 cannot be null
NOTE: This only resolves PHP8.2 deprecated warnings triggered on install / activation. I have not gone through and checked all functionality. Only ensured that the changes made were not breaking. This was done to handle warnings that were triggered during an Inspirations install.
This resolves a handful of PHP8.2 Deprecated warnings. Mostly, it is resolving the following:
NOTE: This only resolves PHP8.2 deprecated warnings triggered on install / activation. I have not gone through and checked all functionality. Only ensured that the changes made were not breaking. This was done to handle warnings that were triggered during an Inspirations install.