//add_action('storefront_footer', 'wp_SexHackMe\sh_get_disclaimer')); // XXX I don't like positioning this way. Fix in CSS or sobstitute footer theme file?
//add_action('storefront_footer', 'wp_SexHackMe\sh_get_disclaimer')); // XXX I don't like positioning this way. Fix in CSS or sobstitute footer theme file?
echo"<h3 class='sexhack-videonotify'><a href='/product-category/subscriptions/'>YOU NEED A SUBSCRIPTION TO ACCESS THIS VIDEO</a></h3>";
echo"<h3 class='sexhack-videonotify'><a href='/product-category/subscriptions/'>YOU NEED A SUBSCRIPTION OR BUY DOWNLOAD TO ACCESS THIS VIDEO</a></h3>";
}
}
break;
break;
...
@@ -221,6 +221,19 @@ get_header(); ?>
...
@@ -221,6 +221,19 @@ get_header(); ?>
?>
?>
<h2class='sexhack-videonotify'><b>PUBLIC VIDEO NOT AVAILABLE</b></h2>
<h2class='sexhack-videonotify'><b>PUBLIC VIDEO NOT AVAILABLE</b></h2>
<?php
<?php
/*
if($hls_members) {
?>
<h3><a href="">members version here!</a></h3>
<?php
}
if($hls_premium) {
?>
<h3><a href="">Premium users version here!</a></h3>