child-pages-shortcode
child-pages-shortcode copied to clipboard
New Template valiables "%img_url%"
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?