expirationdate_add_column() requires 2 arguments Error
-
I think this error used to be a warning, but after upgrading to php7.1 it’s a Fatal Error
Now the question is:
If I modify this function to look like this, would it cause any issue?
function expirationdate_add_column ($columns,$type) {
The topic ‘expirationdate_add_column() requires 2 arguments Error’ is closed to new replies.