humanmade / humanmade/altis-analytics
Document best practices for escaping the title with A/B tests
Open
to-refine-cloud
- Dominant language
- PHP
- Stars
- 9
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The default behaviour for the A/B tests feature is to filter the output of `get_the_title()` - the recommendation is for themes to use `the_title()` to output the post title when possible, otherwise they will need to escape the output using `wp_strip_all_tags()`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.