PluginProbe
Pronamic Client / trunk
Pronamic Client vtrunk
2.4.1 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.4.0 1.5.0 1.6.0 1.6.1 1.7.0 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 All 54 releases
pronamic-client / admin / settings.php

settings.php in Pronamic Client trunk, at admin/settings.php

16 lines 410 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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