Missing function paramaters
-
Warning: Missing argument 1 for plugin_dir_url(), called in C:\www\wp\tdschoolportraits\wp-content\plugins\bulk-creator\bulk-creator.php on line 24 and defined in C:\www\wp\tdschoolportraits\wp-includes\plugin.php on line 599
The fix would be to add __FILE__ in the
plugin_dir_url()
function.Page: bulk-creator.php
Line: 24, 76, 77
FIX:plugin_dir_url(__FILE__)
- The topic ‘Missing function paramaters’ is closed to new replies.