mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fix lock text login_referrer constant
This commit is contained in:
@@ -192,7 +192,7 @@ class UM_Shortcodes {
|
|||||||
|
|
||||||
$args = wp_parse_args( $args, $defaults );
|
$args = wp_parse_args( $args, $defaults );
|
||||||
|
|
||||||
//$args['lock_text'] = $this->convert_locker_tags( $args['lock_text'] );
|
$args['lock_text'] = $this->convert_locker_tags( $args['lock_text'] );
|
||||||
|
|
||||||
if ( !is_user_logged_in() ) {
|
if ( !is_user_logged_in() ) {
|
||||||
if ( $args['show_lock'] == 'no' ) {
|
if ( $args['show_lock'] == 'no' ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user