# learnpress/4.4.4/inc/admin/views/setup/setup-stripe.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.4.4. 37 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.4.4/code/inc/admin/views/setup/setup-stripe.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.4/raw/inc/admin/views/setup/setup-stripe.php
- Modified: 2026-08-03T03:26:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/learnpress/4.4.4/code/inc/admin/views/setup/setup-stripe.php#L10-L20`.

```php
<table>
	<tr>
		<th><?php _e( 'Enable', 'learnpress' ); ?></th>
		<td><input type="checkbox"></td>
	</tr>
	<tr>
		<th><?php _e( 'Title', 'learnpress' ); ?></th>
		<td><input type="text"></td>
	</tr>
	<tr>
		<th><?php _e( 'Description', 'learnpress' ); ?></th>
		<td><input type="checkbox"></td>
	</tr>
	<tr>
		<th><?php _e( 'Live secret key', 'learnpress' ); ?></th>
		<td><input type="text"></td>
	</tr>
	<tr>
		<th><?php _e( 'Live publish key', 'learnpress' ); ?></th>
		<td><input type="text"></td>
	</tr>

	<tr>
		<th><?php _e( 'Test mode', 'learnpress' ); ?></th>
		<td><input type="checkbox"></td>
	</tr>
	<tr>
		<th><?php _e( 'Test secret key', 'learnpress' ); ?></th>
		<td><input type="text"></td>
	</tr>
	<tr>
		<th><?php _e( 'Test publish key', 'learnpress' ); ?></th>
		<td><input type="text"></td>
	</tr>

</table>

```
