- Added an admin tool to help automatically identify and schedule missed recurring payments
- Use
llms_deprecated_function()
in favor ofllms_log()
. - Removed logging and use
apply_filters_deprecated()
in favor ofapply_filters()
.
llms_deprecated_function()
in favor of llms_log()
.apply_filters_deprecated()
in favor of apply_filters()
.