-
Notifications
You must be signed in to change notification settings - Fork 2
Template tags reference
mtserve edited this page Sep 23, 2014
·
5 revisions
List of template tags provided by the suite for plugin/theme authors:
- bool|null
ODSWP_is_positive() - Provides flag of the Post/Page sentiment analysis result if it was applied to content. Available only inside The loop.
- bool|null
ODSWP_is_negative() - Provides flag of the Post/Page sentiment analysis result if it was applied to content. Available only in The loop.
- bool|null
ODSWP_is_neutral() - Provides flag of the Post/Page sentiment analysis result if it was applied to content. Available only in The loop.