Ejemplo n.º 1
0
						</td>
					</tr>

					<?php 
    }
    ?>
				</tbody>
			</table>
		</form>

		<?php 
}
// endif
// Choose profiles for dashboard and posts at front/back.
if ($tab == 'profile') {
    $profiles = $wp_analytify->pt_get_analytics_accounts();
    if (isset($profiles)) {
        ?>
		<p class="description"><br /><?php 
        esc_html_e('Select your profiles for front-end and backend sections.', 'wp-analytify');
        ?>
</p>

		<form action="<?php 
        echo str_replace('%7E', '~', $_SERVER['REQUEST_URI']);
        ?>
" method="post">
			<table width="1004" class="form-table">
				<tbody>
					<tr>
						<th width="115"><?php