| 1 |
<div class="wrap"> |
| 2 |
<h1 class="wp-heading-inline"><?php echo esc_html( get_admin_page_title() ); ?></h1> |
| 3 |
|
| 4 |
<hr class="wp-header-end"> |
| 5 |
|
| 6 |
<form action="options.php" method="post"> |
| 7 |
<?php wp_nonce_field( 'pronamic_client_settings', 'pronamic_client_nonce' ); ?> |
| 8 |
|
| 9 |
<?php settings_fields( 'pronamic_client' ); ?> |
| 10 |
|
| 11 |
<?php do_settings_sections( 'pronamic_client' ); ?> |
| 12 |
|
| 13 |
<?php submit_button(); ?> |
| 14 |
</form> |
| 15 |
</div> |
| 16 |
|