entry->get_entries( array( 'form_id' => $form_data[ 'id' ] ), true ); $result = absint( $reference - $entries_count ); echo '

' . esc_html( $result ) . __( ' entries remaining', 'text-domain' ) . '

'; } add_action( 'wpforms_frontend_output', 'wpf_dev_remaining_entries', 10, 1 ); ?>