You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: An example plugin demonstrating how to extend the Thrive Architect Conditional Display feature in order to create custom conditional rules.
Author: Thrive Team
Version: 0.01
This plugin is an example of how to extend the Conditional Display functionality and add your own custom rules.
*/
add_action( 'init', function () {
if ( class_exists( '\TCB\ConditionalDisplay\Main', false ) ) {