Documentation / Tutorials / Tutorials & How to’s
Supported Output Modifiers
/ Tutorials & How to’s / Supported Output Modifiers
Modifiers to modify the output and return a different result
run=true
Parses a string through the awesome filters
do_shortcode=true
Parses a string through the wordpress filters
strtolower=true
Converts string to lowercase
trim=true
WIll trim the string
dump=true
Will dump the result in a pretty format
the_content=true
Applies the_content filter to the string
json_decode=true
convert a json to array
json_encode=true
convert a array to json
encrypt=true
Encrypts the string
decrypt=true
Decrypts the string
date_format=format
Formats a date
See http://php.net/manual/en/function.date.php for formats
words=<no of words>
Get specified no of words to get from the string
explode='<character to explode on>'
Converts a string to array
url_encode=true
URL Encode a string
url_decode=true
URL Decode a string
comma=true
Convert array into a comma separated string or a comma separated string into an array
space=true
Convert array into a space separated string or a space separated string into an array
separator=<separator>
Convert an array into a string using the separator provided or the reverse
stripslashes_deep=true
Stripslashes of an array
count=true
count the number of elements of an array
first=true
returns the first element of an array
last=true
returns the last element of an array