Skip to content

Instantly share code, notes, and snippets.

View pixeldevsio's full-sized avatar
👋
Come say Hi!

David H pixeldevsio

👋
Come say Hi!
View GitHub Profile
<?php
/**
* Update Single Post Content images to include image credit
*
* @param string $content
* @return string
*/
function _codeable_addCreditToImage(string $content){
global $post;