Currently, in my plugin description, I’m hardcoding…
To customize options <a
href=”options-general.php?page=my-plugin-admin.php”>click
here</a>
Is there a dynamic method to call the plugin options page?
Currently, in my plugin description, I’m hardcoding…
To customize options <a
href=”options-general.php?page=my-plugin-admin.php”>click
here</a>
Is there a dynamic method to call the plugin options page?
You must be logged in to post a comment.
You’re looking for a plugin settings link that’s dynamically generated.
This would be one approach.
http://wpengineer.com/1295/meta-links-for-wordpress-plugins/
This is the best way I know to do it from code
from http://salferrarello.com/wordpress-plugin-add-settings-link/