Can I dynamically create a link to my plugin settings/options page from my plugin description?

Currently, in my plugin description, I’m hardcoding…

To customize options <a
href=”https://wordpress.stackexchange.com/questions/8460/options-general.php?page=my-plugin-admin.php”>click
here</a>

Is there a dynamic method to call the plugin options page?

2 Answers
2

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/

Leave a Comment