D
Raw HTML Content

Disable convert_chars (the function that converts

Disable convert_chars (the function that converts ampersands to HTML entities and "fixes" some Unicode characters).

What it does

Disable convert_chars (the function that converts ampersands to HTML entities and "fixes" some Unicode characters). It is one of the abilities the Raw HTML plugin exposes, so an AI agent connected to your site can run it for you.

Input schema

FieldTypeRequiredDescription
input string Required What you want this ability to do, in plain language.

Output schema

FieldTypeDescription
result string The result produced by the ability.

Permissions

The agent's WordPress user needs these capabilities. Grant only what's listed here, never a full admin account.

πŸ”’ edit_posts

How an agent calls it

Agents call this ability by name and pass the inputs it needs. A call looks roughly like this:

raw-html.disable-convert-chars-the-function-that-
{
  "ability": "raw-html.disable-convert-chars-the-function-that-",
  "args": { "input": ... }
}

The agent runs the ability, then hands the result back for you to review before anything is published.

Keep exploring

More Raw HTML abilities

All Raw HTML abilities β†’
D
Disable wptexturize (the function that creates smart quotes
Raw HTML
Disable wptexturize (the function that creates smart quotes and other typographic characters).
D
Disable automatic paragraph creation
Raw HTML
Disable automatic paragraph creation.
D
Disable image smilies
Raw HTML
Disable image smilies.