D
Raw HTML Content

Disable wptexturize (the function that creates smart quotes

Disable wptexturize (the function that creates smart quotes and other typographic characters).

What it does

Disable wptexturize (the function that creates smart quotes and other typographic 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-wptexturize-the-function-that-cr
{
  "ability": "raw-html.disable-wptexturize-the-function-that-cr",
  "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 automatic paragraph creation
Raw HTML
Disable automatic paragraph creation.
D
Disable image smilies
Raw HTML
Disable image smilies.
D
Disable convert_chars (the function that converts
Raw HTML
Disable convert_chars (the function that converts ampersands to HTML entities and "fixes" some Unicode characters).