Break post content and View connection
add_action(‘frm_after_create_entry’, ‘frm_break_post_content_connection’, 60, 2); function frm_break_post_content_connection( $entry_id, $form_id ) { if ( $form_id == 156 ) {// Replace 156 with the ID of your form $entry = FrmEntry::getOne( $entry_id ); if ( ! $entry->post_id ) { return; } delete_post_meta( $entry->post_id,…Continue reading