Latest blogs
News from GravityWP and the WordPress community
gwp_gview_advanced_filter
The gwp_gview_advanced_filter merge tag is designed to dynamically filter entries in GravityViews, leveraging user meta properties that store JSON-encoded arrays of filter values.
Read more →gwp_generate_token
Generate a random token with customizable attributes like length and character set
Read more →gwp_calculate
The gwp_calculate Merge Tag returns the result of a calculation formula and formats the number as specified.
Read more →gwp_user
Allows the dynamic retrieval of user information based on the current logged-in user's properties.
Read more →gwp_eeid
Enables the retrieval of entry properties using the encrypted entry ID (eeid) URL parameter. Intended for use on pages/posts/confirmation messages that are displayed in the browser.
Read more →gwp_post_id
Returns the post-id for a certain url.
Read more →gwp_user_role
Retrieve and display user roles based on a field value with the user's login, email, or ID
Read more →gwp_now
Returns the currrent date and / or time or a modified and formatted date / time relative to the current date / time.
Read more →gwp_url
Returns the WordPress site url, the WordPress home url, the current url, or an element of the current url.
Read more →gwp_current_timestamp
Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).
Read more →gwp_date_updated
Returns a modified date time relative to the date time when the entry was last updated in the desired format.
Read more →gwp_date_created
Returns a modified date time relative to the date time when the entry was created in the desired format.
Read more →gwp_parent_slug
Returns the slug of one of the parent posts of the current post and let's you pick the depth of ancestor you need.
Read more →gwp_get_matched_entry_value
Retrieve values from entries from another form, based on a shared value.
Read more →