plugins_url function mixes system path and URL
Short Answer jquery-ui.widget is one of standard scripts already included and registered in WP. You don’t need to register it, just enqueue. In your code what is wrong is the dirname function inside plugin_url. Leave only __FILE__ as second argument of plugins_url Long Answer: More Info jquery-ui.widget is one of standard wordpress scripts so, in … Read more