Add capabilities for admin
-
add before >>>> <div class=”ccfm_widget”>:
<?php if (current_user_can('manage_options')){ ?>
and add after >>>>
</form></div>include close function >>>>
<?php } else { return false; }
OK
- The topic ‘Add capabilities for admin’ is closed to new replies.