Get img alt tag from a Image that has been uploaded through the Customizer
Ok I found the answer that no one has on the net I been looking for days now. Here is how I was able to do it. Hope this helps someone out there // This is getting the image / url $feature1 = get_theme_mod(‘feature_image_1’); // This is getting the post id $feature1_id = attachment_url_to_postid($feature1); // … Read more