New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | Admin widget on the Add/Edit Post pages for inserting HTML encodings of special characters into the post. | You have to log in to add a translation. | Details |
Original untranslated
Admin widget on the Add/Edit Post pages for inserting HTML encodings of special characters into the post.
You have to log in to edit this translation. |
|||
| ↑ | HTML Special Characters Helper | You have to log in to add a translation. | Details |
Original untranslated |
|||
| The plugin exposes two 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). | You have to log in to add a translation. | Details | |
Original untranslated
The plugin exposes two 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).
CommentFound in remaining content paragraph. You have to log in to edit this translation. |
|||
| Yes. | You have to log in to add a translation. | Details | |
Original untranslated |
|||
| If you still can't find it, look to the upper-right of the page for a "Screen Options" link that reveals a panel of options. In the "Boxes" section, ensure the checkbox for "HTML Special Characters" is checked. | You have to log in to add a translation. | Details | |
Original untranslated
If you still can't find it, look to the upper-right of the page for a "Screen Options" link that reveals a panel of options. In the "Boxes" section, ensure the checkbox for "HTML Special Characters" is checked.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Refer to the screenshots to get an idea of what the helper widget looks like. You should find the widget in the right sidebar of the admin page when creating or editing a post, most likely at the bottom of the sidebar. It's possible it may have been dragged to someplace below the textarea where you provide the post's content. | You have to log in to add a translation. | Details | |
Original untranslated
Refer to the screenshots to get an idea of what the helper widget looks like. You should find the widget in the right sidebar of the admin page when creating or editing a post, most likely at the bottom of the sidebar. It's possible it may have been dragged to someplace below the textarea where you provide the post's content.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Does this plugin include unit tests? | You have to log in to add a translation. | Details | |
Original untranslated
Does this plugin include unit tests?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Install via the built-in WordPress plugin installer. Or download and unzip <code>html-special-characters-helper.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>html-special-characters-helper.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 'c2c_html_special_characters_post_type' hook allows you to specify which post_types for which the HTML Special Characters metabox should be shown. | You have to log in to add a translation. | Details | |
Original untranslated
The 'c2c_html_special_characters_post_type' hook allows you to specify which post_types for which the HTML Special Characters metabox should be shown.
CommentFound in remaining content paragraph. You have to log in to edit this translation. |
|||
| Example: | pavyzdys: | Details | |
Original current |
|||
| Arguments: | You have to log in to add a translation. | Details | |
Original untranslated
Arguments:
CommentFound in remaining content paragraph. You have to log in to edit this translation. |
|||
| The 'c2c_html_special_characters' hook allows you to remove existing characters or entire groups of characters, and/or add new characters or groups of characters. | You have to log in to add a translation. | Details | |
Original untranslated
The 'c2c_html_special_characters' hook allows you to remove existing characters or entire groups of characters, and/or add new characters or groups of characters.
CommentFound in remaining content paragraph. You have to log in to edit this translation. |
|||
| $post_types (array) : An array of post types. By default, this value is <code>array( 'page', 'post' )</code> | You have to log in to add a translation. | Details | |
Original untranslated
$post_types (array) : An array of post types. By default, this value is <code>array( 'page', 'post' )</code>
CommentFound in remaining content list item. You have to log in to edit this translation. |
|||
| $codes (array) : An association array in which the keys are a grouping name and the values are associative arrays themselves with the code as the key and the human-friendly descriptions as the values. | You have to log in to add a translation. | Details | |
Original untranslated
$codes (array) : An association array in which the keys are a grouping name and the values are associative arrays themselves with the code as the key and the human-friendly descriptions as the values.
CommentFound in remaining content list item. You have to log in to edit this translation. |
|||
| c2c_html_special_characters_post_type (filter) | You have to log in to add a translation. | Details | |
Original untranslated
c2c_html_special_characters_post_type (filter)
CommentFound in remaining content header. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.