get_all_for_entry( $entry->id ); if ( ! $payments ) { return; } $frm_sub = new FrmTransLiteSubscription(); $subscriptions = $frm_sub->get_all_for_entry( $entry->id ); $entry_total = 0; $date_format = get_option( 'date_format' ); FrmTransLiteActionsController::actions_js(); include FrmTransLiteAppHelper::plugin_path() . '/views/payments/sidebar_list.php'; } }