In the previous post, I walked through the process required to get WordPress modal dialogs to appear within the context of the administration area.
This uses:
- the built-in WordPress API,
- the provided Thickbox library,
- and some example code for getting it to display.
In this tutorial, I’ll walk through populating the modal dialog with data. After that, I’ll share how to populate the data dynamically using Ajax.