Skip to content
Snippets Groups Projects
Commit 56fdf5c2 authored by Erick Hitter's avatar Erick Hitter
Browse files

First option input

parent 4dff290d
Branches
No related tags found
1 merge request!1WIP: Initial release
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -153,7 +153,11 @@ class ETH_AMP_Analytics_WP {
*
*/
public function settings_field_property_id() {
?><?php
?>
<input type="text" name="<?php echo esc_attr( $this->option_name ); ?>[property_id]" value="<?php echo esc_attr( $this->get_option( 'property_id' ) ); ?>" class="medium-text" />
<p class="description"><?php printf( __( 'Google Analytics property ID, in the format %s.', 'eth-amp-analytics-wp' ), '<strong>UA-XXXXX-Y</strong>' ); ?></p>
<?php
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment