feat: Allow shortcodes in attribute values #11
Merged
glen
merged 2 commits from feat/shortcode_in_att
into main
10 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'feat/shortcode_in_att'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Since wordpress also doesn't allow brackets in attribute values, first
replace
((
and))
by[
and]
before expanding the shortcodes.Expands the README to full documentation, and renames internal functions
to make more sense.
Resolves #10.
2e4d61b4ac
into main 10 months ago2e4d61b4ac
.