DX-Plugin-Base icon indicating copy to clipboard operation
DX-Plugin-Base copied to clipboard

samplestyle.css and samplescript.js at plugin root can be removed

Open xavortm opened this issue 9 years ago • 0 comments

There are CSS and JS folders that are included from the main class, while the JS and CSS files at root level are unused and serve no use. This should clear up the plugin a little more :)

wp_register_script( 'samplescript-admin', plugins_url( '/js/samplescript-admin.js' , __FILE__ ), array('jquery'), '1.0', true );

xavortm avatar Nov 26 '16 09:11 xavortm