Thanks for your update and for posting the name of your SEO plugin. Thanks as well for your positive MLA review; much appreciated.
I installed All in One SEO and did some analysis. AIOSEO adds a database table of its own, wp_aioseo_posts
. In this table the title
column contains the “Media Title” value and the description
table holds the “Meta Description” value. The post_id
column contains the ID value for the Media Library item(s).
Both of the database values make use of AIOSEO “variables”, e.g., “#post_title #separator_sa #site_title”.
You can write a small custom plugin to add the information to the Media/Assistant submenu table and to the Quick Edit and Bulk Edit areas as well. If you have some PHP skills you can probably adapt the “MLA ACF Checkbox Example” plugin or use it as a model for your work. Navigate to the Settings/Media library Assistant Documentation tab and click the “Example Plugins” button. Type “ACF” in the text box and click “Search Plugins” to filter the table.
You are looking for the “MLA ACF Checkbox Example” plugin. Find that plugin and hover over the title in the left-most column. You can install the plugin, download a copy or view the code using the rollover actions. To install it, click the “Install” rollover action, then go to the WordPress Plugins/Installed Plugins submenu and activate the example plugin as you would any other plugin.
I hope that gets you started on a solution for your application. If you need more help, post an update here and I will do what I can. Thanks again for the review and for your interest in the plugin.