Download Links – 4k 2160p 1080p 720p Hindi Dubbed UNCUT South
// view links title
function modify_title_with_url_value($title) {
if (isset($_GET['links'])) {
$custom_value = 'DropGola Links';
$title .= ' - ' . $custom_value; // Append custom_value to the title
}
return $title;
}
add_filter('wp_title', 'modify_title_with_url_value');
?>