Skip to content

Instantly share code, notes, and snippets.

@ajgagnon
Last active September 9, 2025 18:23
Show Gist options
  • Select an option

  • Save ajgagnon/76e5b589ce12722bf49fc0ac0e3de7ec to your computer and use it in GitHub Desktop.

Select an option

Save ajgagnon/76e5b589ce12722bf49fc0ac0e3de7ec to your computer and use it in GitHub Desktop.
<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