Formatter
Formatter adds new actions to let you apply different formats on tags and use the result in your automations!
You can convert, replace or extract anything from strings, numbers or dates even remove the HTML from a content.
You can convert, replace or extract anything from strings, numbers or dates even remove the HTML from a content.
Automations samples
Discover thousands of ways to connect our Formatter add-on with other WordPress plugins
Triggers and actions
All triggers and actions included on this add-on
Triggers
No triggersActions
- FREE Convert string into format
- FREE Round number into format
- PRO Convert number into format
- PRO Convert date into format
- PRO Extract the first word from a string
- PRO Extract the word n from a string
- PRO Extract the last word from a string
- PRO Replace value in a string
- PRO Remove html in a string
Tags
- FREE Tags to get the data formatted
- FREE {floor( VALUE )} tag to round a number to the next lowest integer value
- FREE {ceil( VALUE )} tag to round a number to the next highest integer value
- FREE {lowercase( VALUE )} tag to format a value to lowercase
- FREE {uppercase( VALUE )} tag to format a value to uppercase
- PRO {round( VALUE : ROUND )} tag to round a number
- PRO {remove_html( VALUE )} tag to remove HTML tags from a value
- PRO {trim( VALUE )} tag to remove whitespace, tabs and line breaks from the beginning and end of a value
- PRO {capitalize( VALUE )} tag to capitalize a value
- PRO {capitalize_all( VALUE )} tag to capitalize all words from a value
- PRO {reverse( VALUE )} tag to reverse a value
- PRO {shuffle( VALUE )} tag to shuffle all the characters from a value
- PRO {shuffle_words( VALUE )} tag to shuffle words the characters from a value
- PRO {slugify( VALUE )} tag to slugify a value