sanitize_meta missing arguments
-
It looks like the plugin is using sanitize_meta incorrectly, as it is only passing one argument to the function:
Uncaught ArgumentCountError: Too few arguments to function sanitize_meta(), 1 passed in plugins/drag-drop-featured-image-improved/assets/views/options.php on line 16 and at least 3 expected
As a result, the options page is not able to be saved because it triggers a fatal error.
- The topic ‘sanitize_meta missing arguments’ is closed to new replies.