| Current Path : /home/ereika83/public_html/wp-content/plugins/segmentio/templates/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/segmentio/templates/settings.php |
<div class="wrap">
<h2><?php _e( 'Analytics Settings', 'segment' ); ?></h2>
<form method="post" action="options.php">
<?php
settings_fields( self::SLUG );
do_settings_sections( self::SLUG );
submit_button();
?>
</form>
</div>