Ücretli/Ücretsiz Yardımcı Olacak Birisi Yok mu?
function postChange ($Url) {
if(array_key_exists('amp', $_GET)){
echo str_replace("http://", "https://www-google-com.cdn.ampproject.org/c/", get_permalink()) . "?amp";
}else{
echo the_permalink();
}
} 0
●69
function postChange ($Url) {
if(array_key_exists('amp', $_GET)){
echo str_replace("http://", "https://www-google-com.cdn.ampproject.org/c/", get_permalink()) . "?amp";
}else{
echo the_permalink();
}
}