New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Stable Readme (latest release): Finnish

Filter ↓ Sort ↓ All (112) Translated (1) Untranslated (111) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 8
Prio Original string Translation
Automatically turns plaintext URLs and email addresses into links.
Priority: high
You have to log in to add a translation. Details
Automatically turns plaintext URLs and email addresses into links.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Auto-hyperlink URLs
Priority: high
You have to log in to add a translation. Details
Auto-hyperlink URLs
Comment

Plugin name.

You have to log in to edit this translation.

} add_filter( 'autohyperlink_no_autolink_content_tags', 'my_autohyperlink_no_autolink_content_tags' ); ` You have to log in to add a translation. Details
} add_filter( 'autohyperlink_no_autolink_content_tags', 'my_autohyperlink_no_autolink_content_tags' ); `
Comment

Found in description paragraph.

You have to log in to edit this translation.

* <code>blockquote</code> to get autolinked. * * @param array $html_tags The HTML tags not to autolink. * @return array */ function my_autohyperlink_no_autolink_content_tags( $html_tags ) { // Tag that should get content autolinked, but that would otherwise be by default. $html_tags = array_flip( $html_tags ); unset( $html_tags['pre'] ); $html_tags = array_flip( $html_tags ); You have to log in to add a translation. Details
* <code>blockquote</code> to get autolinked. * * @param array $html_tags The HTML tags not to autolink. * @return array */ function my_autohyperlink_no_autolink_content_tags( $html_tags ) { // Tag that should get content autolinked, but that would otherwise be by default. $html_tags = array_flip( $html_tags ); unset( $html_tags['pre'] ); $html_tags = array_flip( $html_tags );
Comment

Found in description paragraph.

You have to log in to edit this translation.

This hook allows you to specify which HTML tags won't get their content autolinked. You have to log in to add a translation. Details
This hook allows you to specify which HTML tags won't get their content autolinked.
Comment

Found in description paragraph.

You have to log in to edit this translation.

<strong>autohyperlink_no_autolink_content_tags (filter)</strong> You have to log in to add a translation. Details
<strong>autohyperlink_no_autolink_content_tags (filter)</strong>
Comment

Found in description paragraph.

You have to log in to edit this translation.

This hook allows you to customize which Advanced Custom Field filters get processed by the plugin. Note: the results of this filter are then passed through the <code>c2c_autohyperlink_urls_filters</code> filter, so ACF-specific filters can be modified using either hook. You have to log in to add a translation. Details
This hook allows you to customize which Advanced Custom Field filters get processed by the plugin. Note: the results of this filter are then passed through the <code>c2c_autohyperlink_urls_filters</code> filter, so ACF-specific filters can be modified using either hook.
Comment

Found in description paragraph.

You have to log in to edit this translation.

<strong>c2c_autohyperlink_urls_acf_filters (filter)</strong> You have to log in to add a translation. Details
<strong>c2c_autohyperlink_urls_acf_filters (filter)</strong>
Comment

Found in description paragraph.

You have to log in to edit this translation.

$html_tags (array): The HTML tags that won't get autolinked. Default <code>[ 'code', 'pre', 'script', 'style' ]</code>. You have to log in to add a translation. Details
$html_tags (array): The HTML tags that won't get autolinked. Default <code>[ 'code', 'pre', 'script', 'style' ]</code>.
Comment

Found in description list item.

You have to log in to edit this translation.

$filters (array): The ACF-related filters whose text should be auto-hyperlinked. Default <code>array( 'acf/format_value/type=text', 'acf/format_value/type=textarea', 'acf/format_value/type=url', 'acf_the_content' )</code>. You have to log in to add a translation. Details
$filters (array): The ACF-related filters whose text should be auto-hyperlinked. Default <code>array( 'acf/format_value/type=text', 'acf/format_value/type=textarea', 'acf/format_value/type=url', 'acf_the_content' )</code>.
Comment

Found in description list item.

You have to log in to edit this translation.

Install via the built-in WordPress plugin installer. Or download and unzip <code>auto-hyperlink-urls.zip</code> inside the plugins directory for your site (typically <code>wp-content/plugins/</code>) You have to log in to add a translation. Details
Install via the built-in WordPress plugin installer. Or download and unzip <code>auto-hyperlink-urls.zip</code> inside the plugins directory for your site (typically <code>wp-content/plugins/</code>)
Comment

Found in installation list item.

You have to log in to edit this translation.

The plugin exposes a number of filters for hooking. Typically, code making use of filters should ideally be put into a mu-plugin or site-specific plugin (which is beyond the scope of this readme to explain). Bear in mind that most of the features controlled by these filters are configurable via the plugin's settings page. These filters are likely only of interest to advanced users able to code. You have to log in to add a translation. Details
The plugin exposes a number of filters for hooking. Typically, code making use of filters should ideally be put into a mu-plugin or site-specific plugin (which is beyond the scope of this readme to explain). Bear in mind that most of the features controlled by these filters are configurable via the plugin's settings page. These filters are likely only of interest to advanced users able to code.
Comment

Found in description paragraph.

You have to log in to edit this translation.

$url (string): The URL to be hyperlinked. You have to log in to add a translation. Details
$url (string): The URL to be hyperlinked.
Comment

Found in description list item.

You have to log in to edit this translation.

Hooks You have to log in to add a translation. Details
Hooks
Comment

Found in description header.

You have to log in to edit this translation.

<strong>autohyperlink_urls_exclude_domains (filter)</strong> You have to log in to add a translation. Details
<strong>autohyperlink_urls_exclude_domains (filter)</strong>
Comment

Found in description paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 8

Export as