More about this use case
How can you open external links in new tab in WordPress? This use case shows how a focused WordPress code snippet can handle the task without installing a heavy plugin. The snippet should set external links in content to open in a new tab and produce this result: External links inside post content receive target="_blank" and rel attributes. You can also log in to LeonLab.ai, describe this WordPress use case in plain English, generate the snippet, review the PHP code, and deploy it to the selected WordPress project.
Preview
Set external links in content to open in a new tab.