Last active
January 29, 2023 16:57
-
-
Save kimcoleman/610cd124b15e8aee97c5e389ce8ee91d to your computer and use it in GitHub Desktop.
Example of the Advanced Levels Shortcode with Comparison Items and Hyperlinks
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
/* Example of the Advanced Levels Shortcode with Comparison Items and Hyperlinks */ | |
[pmpro_advanced_levels layout='compare_table' compare='<a href="/item-1/">Item 1</a>,1,1;<a href="/item-2/">Item 2</a>,0,1'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the example! I think there is an useless bracket at the end.