<%= __("Add this form to your sidebar or footer on the [link]Widgets page[/link].")
| replace({
'[link]': '',
'[/link]': ''
})
| raw
%>
<%= __("Copy and paste this [link]shortcode[/link] on to a post or page.")
| replace({
'[link]': '',
'[/link]': ''
})
| raw
%>
<%= __('%sPHP%s and %siFrame%s versions are also available.')
| format(
'',
'',
'',
''
)
| raw
%>