If-So Dynamic Content Pro 1.8.0.1

Download If-So Dynamic Content Pro 1.8.0.1 from nulled fire. If-So Dynamic Content Pro allows you to add content on your website based on the visitors profile.
* Gutenberg and Elementor widgets - an autocomplete option was added to the geolocation condition to ease the targeting of cities and states.
* Post category condition - UI changes
* AB Testing condition - added the option to create split testing with 5 versions.
* Query-string DKI - added a hook to allow users to set the expiration of the "persist" cookie.
* Settings - an option to apply shortcodes to navigation menus was added.
* Performance improvements
* Bug fixes
* Compatibility with various cookie consent plugins and systems was added: Cookiebot, Cookie Notice & Compliance for GDPR / CCPA(hu-compliance), Complianz.
* [ifso-show-post] shortcode – Improved the shortcode while using WPBakery and Divi posts(templates). Adding the attributes type=”WPB” or type=”divi” to make sure the post content loads correctly.
* WP filters for content resulting from rendering triggers/widgets were added: apply_filters( ‘ifso_standalone_condition_content’, string $content ), apply_filters(‘ifso_shortcode_content’,string $content, array $atts).
* [ifso-audience] shortcode – added ability to add/remove users from audiences based on query strings, either by using a URL param value as audience name or a condition to determine whether the user should be added/removed:
[ifso-audience type=’add’ from=’query’ param=’myparam’] – will add the user to the group, whose name is the value of the “myparam” querystring parameter. default value for param is “ifso_audience”.
[ifso-audience type=’remove’ from=’query-condition’ param=’myparam’ param_value=’my-remove-parameter’ audience=’group1′] – will only remove the user from group “group1” if the “myparam” query string value equals “my-remove-parameter”.
* [ifsoDKI] shortcode – added “before” and “after” attrs that allow injecting text around the content while dynamic content is displayed(not fallback).
* [ifsoDKI] shortcode – added “persist” attr for query-string DKI – to show content when the user browses other pages, even if the query string is not present anymore(during tone session).
* Edit Trigger page – UI improvements.
* SEO plugins compatibility – Allow using If-So shortcodes in the title and meta desc fields of YOAST and Rank Math.
* New feature – find (scan for) If-So shortcodes on posts and pages’ main content field
* Added ability to exclude specific users from geolocation based on cookie or their IP, using a new wp filter:
apply_filters(‘ifso_exclude_from_geo’,array $excluded) $excluded array format : [‘cookie’=>[‘exclude_from_geo’],’ip’=>[]]
* New condition – post category (works also on custom taxonomies and terms)
* Elementor trigger element – added “Load with ajax” option
* If-So content loaded via ajax – improve compatibility with page builder content by making sure the js code within it runs in the global scope
* Bug fixes and performance improvements
* Dynamic Keyword Insertion – an option to load the shortcodes with Ajax was added (add the parameter ajax=”yes” to the shortcode)
* Trigger Events extension compatibility – support the option to load triggers above the header on all pages (through the plugin’s settings)
* Bug fixes