awesomemotive / one-click-demo-import

One Click Demo Import plugin
https://www.awesomemotive.com/
195 stars 84 forks source link

Add two hooks to plugin-page.php #194

Closed Mofect closed 5 years ago

Mofect commented 5 years ago

I have added two hooks for adding admin page header and footer in view/plugin-page.php In some situations, the theme authors want to integrate the demo import page to their own admin page or add their own admin top menu to the demo import page, so they can use add_action() to do that easily without making a wrapper plugin to include this plugin again.

primozcigler commented 5 years ago

Thank you @Mofect for your contribution! 🙏