- added filter for the integration with email notification's content;

- fixed homepage User Role setting;
This commit is contained in:
nikitozzzzzzz
2018-03-25 20:44:54 +03:00
parent 2ce33098b5
commit cf0f7b1d10
2 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
'type' => 'checkbox',
'label' => __( 'Can view default homepage?', 'ultimate-member' ),
'tooltip' => __( 'Allow this user role to view your site\'s homepage', 'ultimate-member' ),
'value' => ! empty( $role['_um_default_homepage'] ) ? $role['_um_default_homepage'] : 1,
'value' => isset( $role['_um_default_homepage'] ) ? $role['_um_default_homepage'] : 1,
),
array(
'id' => '_um_redirect_homepage',