mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-11 18:56:18 +09:00
Reset filter, renamed is_options_page() function, changed option_page to option_group
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<h2><?php esc_html_e( 'Strava Settings', 'wp-strava' ); ?></h2>
|
||||
|
||||
<form method="post" action="<?php echo esc_attr( admin_url( 'options.php' ) ); ?>">
|
||||
<?php settings_fields( $this->option_page ); ?>
|
||||
<?php settings_fields( $this->option_group ); ?>
|
||||
<?php do_settings_sections( 'wp-strava' ); ?>
|
||||
|
||||
<p class="submit">
|
||||
|
||||
Reference in New Issue
Block a user