function text_shortcode_idc() {
return '
© Copyright — This is owned by Let\'s Learn WordPress. Please subscribe to our channel. For more information, please write to us.
';
}
add_shortcode('text_idc', 'text_shortcode_idc');
function image_shortcode_idc() {
$image_src = 'path_to_your_image.jpg';
return '';
}
add_shortcode('img_idc', 'image_shortcode_idc');
-----------------------
ON PAGE OR POST USE SHORTCODE
[text_idc]
[img_idc]