Update wp-admin.php
This commit is contained in:
parent
4f3918c725
commit
1ab5187ff7
|
@ -84,9 +84,6 @@ function understap_overstrap_menu() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function understrap_overstrap_page() {
|
function understrap_overstrap_page() {
|
||||||
add_thickbox();
|
|
||||||
$active_tab = $_GET[ 'tab' ];
|
|
||||||
if($active_tab == ''){$active_tab = 'featured';}
|
|
||||||
?>
|
?>
|
||||||
<style>
|
<style>
|
||||||
#inv_os_analytics {
|
#inv_os_analytics {
|
||||||
|
@ -123,7 +120,5 @@ function understrap_overstrap_page() {
|
||||||
|
|
||||||
<a href="https://gumroad.com/l/overstrap" class="page-title-action" target="_blank">Buy Now</a>
|
<a href="https://gumroad.com/l/overstrap" class="page-title-action" target="_blank">Buy Now</a>
|
||||||
|
|
||||||
<iframe src="https://understrap.com/overstrap/?wp=1" id="inv_os_analytics"></iframe>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<?php }
|
<?php }
|
||||||
|
|
Reference in New Issue