function adsense_goster()
{
return '
<div style="margin:20px 0;">reklam kodu</div>
'; }
add_shortcode('reklam_metin', 'adsense_goster');Hata şuParse error: syntax error, unexpected 'adsense_goster' (T_STRING)
1
●245
function adsense_goster()
{
return '
<div style="margin:20px 0;">reklam kodu</div>
'; }
add_shortcode('reklam_metin', 'adsense_goster');Hata şu