This WordPress plugin, useful to transcode audio and video file from any format to mp3 and mp4 respectively. Also it will generate thumbnails of videos.
Change the apikey to string before passing to the trim() function because it gives an error if a parameter is not of type string.
Remove default arguments from the send_notification method because there should be no required arguments after default arguments in the method/function. Also added validation to convert it into an Array.
Also few other changes have been made to fix the phpcs errors.
Fix PHP deprecation errors for PHP@8.1
Fixes done in this PR
null
default value to0
as the type isarray|int
.apikey
to string before passing to thetrim()
function because it gives an error if a parameter is not of type string.send_notification
method because there should be no required arguments after default arguments in the method/function. Also added validation to convert it into anArray
.Related Issues
275