Conversation
supportHello, I have fixed three bugs. When I didn’t fill in additional prizes or extra-entries I had an error on line 356 of the giveasap-metabox.php file. I added the following code: if(isset($this->posted_data[ $name ])){ $this->settings[ $name ] = call_user_func_array( $func, array( $this->posted_data[ $name ], $this ) ); } I did the same thing for lines 358 and 361
Hi @jonathanlespect , ty for providing the explanation and code example. I’ll have to check it out and see if there is a bigger reason for that happening. If not, I’ll implement the one you suggested.
Hi @jonathanlespect , ty for providing the explanation and code example. I’ll have to check it out and see if there is a bigger reason for that happening. If not, I’ll implement the one you suggested.