$row[0], 'url' => $row[1]);
}
fclose($handle);
}
internal_link_maker_create_links($data);
}
}
// Create internal links from the CSV data
function internal_link_maker_create_links($data) {
$link_count = count($data);
$current_count = 0;
foreach ($data as $row) {
$post_id = internal_link_maker_get_post_id_by_keyword($row['keyword']);
if ($post_id) {
$post = get_post($post_id);
$content = $post->post_content;
$new_content = str_ireplace($row['keyword'], '