Günün Sözü
Günün sözü vee..
function parikon_gunun_sozu() {
$url = ‘https://tr.wikiquote.org/wiki/Vikis%C3%B6z:G%C3%BCn%C3%BCn_s%C3%B6z%C3%BC’;
$html = file_get_contents($url);
preg_match(‘/
(.*?)<\/div>/s’, $html, $match);
echo strip_tags($match[1]);
}
add_shortcode(‘gunun_sozu’, ‘parikon_gunun_sozu’);
