1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-17 02:32:11 +03:00
WordPress-Plugin-Boilerplate/plugin-name/admin
Silvan Hagen f844d0a075 Fix $plugin_basename to allow plugin_action_links
With the move to /admin and /public directory, the class-plugin-name-admin.php needed to be changed to use __DIR__ instead of __FILE__ to create the $plugin_basename, otherwise the hook would be something like plugin_action_links_plugin-name/admin/plugin-name.php which doesn't work.
2013-11-04 16:26:19 +01:00
..
assets moving all of the admin-specific functionality into the admin subdirectory 2013-10-30 16:49:01 -04:00
includes adding empty includes directories as a place for shared functionality 2013-11-01 08:31:52 -04:00
views moving all of the admin-specific functionality into the admin subdirectory 2013-10-30 16:49:01 -04:00
class-plugin-name-admin.php Fix $plugin_basename to allow plugin_action_links 2013-11-04 16:26:19 +01:00