Skip to content

Instantly share code, notes, and snippets.

@LaxusCroco
Created November 8, 2023 13:25
Show Gist options
  • Save LaxusCroco/db1fce8b8b4f8dde11aa1ad191dc0c6a to your computer and use it in GitHub Desktop.
Save LaxusCroco/db1fce8b8b4f8dde11aa1ad191dc0c6a to your computer and use it in GitHub Desktop.
Disable the sanitizing of the output in the Dynamic Field widget
<?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