mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
Update 1.3.29
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
<?php
|
||||
|
||||
$metabox = new UM_Admin_Metabox();
|
||||
|
||||
do_action('um_admin_before_access_settings', $metabox);
|
||||
|
||||
?>
|
||||
|
||||
<h4><?php _e('Apply custom access settings?','ultimatemember'); ?> <?php $this->tooltip( __('Switch to yes to override global access settings','ultimatemember'), 'e'); ?></h4>
|
||||
|
||||
<p>
|
||||
<?php $metabox = new UM_Admin_Metabox(); ?>
|
||||
<span><?php $metabox->ui_on_off('_um_custom_access_settings', 0, true, 1, '_um_custom_access_settings', 'xxx'); ?> </span>
|
||||
</p>
|
||||
|
||||
@@ -17,6 +24,8 @@
|
||||
<label><input type="radio" name="_um_accessible" value="1" <?php if (isset($value)) checked(1, $value); ?> /> <?php _e('Content accessible to Logged Out Users','ultimatemember'); ?></label><br />
|
||||
<label><input type="radio" name="_um_accessible" value="2" <?php if (isset($value)) checked(2, $value); ?> /> <?php _e('Content accessible to Logged In Users','ultimatemember'); ?></label>
|
||||
|
||||
<?php do_action( 'um_admin_extend_access_settings' ); ?>
|
||||
|
||||
</p>
|
||||
|
||||
<div class="um-admin-access-loggedout">
|
||||
|
||||
Reference in New Issue
Block a user