Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decode HTML entities in link button text to prevent things like amper…
…sands from being displayed as entities The update made in class-link-button.php fixes an issue with HTML entities being displayed in the link button text. By using the 'html_entity_decode' function, these HTML entities are now properly decoded, improving the visual output and user experience.
- Loading branch information