Need(s) Plugin Options Hook(s)
-
Are there any hooks I can use to insert options into the plugin’s settings page?
This would be useful for recipe card template development. For example, I’ve created a couple of templates which I like to reuse in different sites. Not all features of the templates are required in all sites where I use my custom templates. Being able to add settings for my themes into the WPRM options page would be a really nifty feature.
I’m thinking WPRM could let developers add a template-name-settings.php file into their custom template files. The plugin could read this file when the plugin settings are accessed and their options read when the theme is used.
I’ve seen similar done with a WordPress PDF plugin for Gravity Forms that lets developers add custom options into the plugin’s global settings page. I don’t know which framework is used by that plugin but I myself use Admin Page Framework with my own plugins. Admin Page Framework might extend to allow this type of feature though you would need to check.
The topic ‘Need(s) Plugin Options Hook(s)’ is closed to new replies.