Copy url from post_content to custom field
What you need to do is run a function that gets triggered when the “update” button is clicked on posts. I can’t guarantee that my attempt to isolate the shortcode was successful, ( I’m not too good at that stuff ), but you definitely get the idea here! add_action(‘save_post’, ‘save_details’); function save_details() { global $post; … Read more