i4w_tagdays

Usage:

This shortcode returns the number of days elapsed since a tag was assigned to a contact.

This shortcode does NOT supports conditional branching with [ELSE_tagdays].

Shortcode nesting is NOT supported.

Parameters:

tagid The values passed to this parameter is that of the tag ID assigned to the current, logged in contact.
Default: none.
Required: yes.
value The value against which to compare the session variable.
Default: none.
Required: yes.

Example:

[i4w_tagdays tagid='1234']

API:

To use this shortcode in your own PHP code, please use as follows:

'1234' ) );
?>