include
-
I need to capture any graphics used in the post editor from the media library or wherever and store that information into an already created database table. Once the graphic has been added and the post has been either Save Draft or Published I need to save the image’s exif data into a separate table called “sights”.
A simple <? php include ?> will do the trick as the included page runs great on its own. However when I insert it into the post.php page, the page quits working. BTW there is more than 1 post.php page.
This is not a post php into a browser page (like so many plug-in(s) will do) but rather put image data created at the time a post is saved or published into a database table.
Should be super simple but I have a “Can’t see the forest for the trees” syndrome.https://www.artandarchitecture-sf.com/wp-content/uploads/test4.php
Thanks
- The topic ‘include’ is closed to new replies.