options = get_option( 'optiune_webthunder' );
?>
Settings for Analytics WebThunder plugin
',
isset( $this->options['id_number'] ) ? esc_attr( $this->options['id_number']) : ''
);
}
}
if( is_admin() ):
$my_settings_page = new Settings_Analytics_WebThunder_Information();
endif;
$options = get_option( 'optiune_webthunder' );
//var_dump($options);
if( isset( $options['id_number'] ) )
{
$no_exists_value = $options['id_number'];
//echo $no_exists_value;
//echo "test";
function WebThunder_Analytics_Footer_Function() {
$options = get_option( 'optiune_webthunder' );
$no_exists_value = $options['id_number'];
echo "";
echo "";
echo "";
}
add_action('wp_footer', 'WebThunder_Analytics_Footer_Function', 5);
}