Last active
September 9, 2025 18:23
-
-
Save ajgagnon/76e5b589ce12722bf49fc0ac0e3de7ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div | |
| <?php | |
| echo wp_kses_data( | |
| wp_interactivity_data_wp_context( | |
| array( | |
| 'option_value' => 'Red', | |
| 'optionNumber' => 1, | |
| ) | |
| ) | |
| ); | |
| ?> | |
| data-wp-bind--hidden="!state.isOptionSelected" | |
| hidden | |
| > | |
| I only show when the first variant option is "red". | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment