Created
November 8, 2023 13:25
-
-
Save LaxusCroco/db1fce8b8b4f8dde11aa1ad191dc0c6a to your computer and use it in GitHub Desktop.
Disable the sanitizing of the output in the Dynamic Field widget
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
<?php | |
add_filter( 'jet-engine/listings/dynamic-field/sanitize-output', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment