New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
↑ | Automatically turns plaintext URLs and email addresses into links. | You have to log in to add a translation. | Details |
Original untranslated
Automatically turns plaintext URLs and email addresses into links.
You have to log in to edit this translation. |
|||
↑ | Auto-hyperlink URLs | You have to log in to add a translation. | Details |
Original untranslated |
|||
}↵ add_filter( 'autohyperlink_no_autolink_content_tags', 'my_autohyperlink_no_autolink_content_tags' );↵ ` | You have to log in to add a translation. | Details | |
Original untranslated
}↵
add_filter( 'autohyperlink_no_autolink_content_tags', 'my_autohyperlink_no_autolink_content_tags' );↵
`
CommentFound 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 | |
Original untranslated
* <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 );
CommentFound 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 | |
Original untranslated
This hook allows you to specify which HTML tags won't get their content autolinked.
CommentFound 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 | |
Original untranslated
<strong>autohyperlink_no_autolink_content_tags (filter)</strong>
CommentFound 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 | |
Original untranslated
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.
CommentFound 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 | |
Original untranslated
<strong>c2c_autohyperlink_urls_acf_filters (filter)</strong>
CommentFound 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 | |
Original untranslated
$html_tags (array): The HTML tags that won't get autolinked. Default <code>[ 'code', 'pre', 'script', 'style' ]</code>.
CommentFound 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 | |
Original untranslated
$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>.
CommentFound 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 | |
Original untranslated
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>)
CommentFound 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 | |
Original untranslated
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.
CommentFound 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 | |
Original untranslated
$url (string): The URL to be hyperlinked.
CommentFound in description list item. You have to log in to edit this translation. |
|||
Hooks | You have to log in to add a translation. | Details | |
Original untranslated |
|||
<strong>autohyperlink_urls_exclude_domains (filter)</strong> | You have to log in to add a translation. | Details | |
Original untranslated
<strong>autohyperlink_urls_exclude_domains (filter)</strong>
CommentFound in description paragraph. You have to log in to edit this translation. |
Export as
Comment
Found in description paragraph.