Skip to content

Instantly share code, notes, and snippets.

@LaxusCroco
Created February 19, 2024 10:28
Show Gist options
  • Save LaxusCroco/f66cf4aff7878191c23cfc1f5243ebc9 to your computer and use it in GitHub Desktop.
Save LaxusCroco/f66cf4aff7878191c23cfc1f5243ebc9 to your computer and use it in GitHub Desktop.
<?php
add_filter(
'jet-form-builder/preset-sanitize',
function ( $sanitize, \Jet_Form_Builder\Presets\Sources\Base_Source $source ) {
if ( jet_fb_live()->form_id == 258314 ) {
return true;
}
return $sanitize;
}, 10, 2
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment