This is my code
<div class="advert">
<?php echo stripslashes(get_wpn_config('ad_300')); ?>
</div>
how would i go about intergrating the two?
would it be
<?php
if($current_user->user_level !== '10' ) {
<?php echo stripslashes(get_wpn_config('ad_300')); ?>
}
?>