child-pages-shortcode icon indicating copy to clipboard operation
child-pages-shortcode copied to clipboard

New Template valiables "%img_url%"

Open matteosilvestrin opened this issue 5 years ago • 0 comments

Hi I modify the child-pages-shortcode.php adding

[row:185] $img_url = get_the_post_thumbnail_url($post->ID, $p['size']); [row:186] $tpl = str_replace('%img_url%', $img_url, $tpl);

can I push the modify in GIT?

matteosilvestrin avatar Feb 22 '20 16:02 matteosilvestrin