• Today 16/9/20 I upgradded colorMag,
    After I upgraded it all my shortcode in frontpage stopped working.
    The shortcodes are added in my site in functions.php
    shortcode example that isn’t working –
    function show_loggedin_function( $atts ) {

    global $current_user, $user_login;
    get_currentuserinfo();
    add_filter(‘widget_text’, ‘do_shortcode’);
    if ($user_login)
    return ‘welcome ‘ . $current_user->user_firstname . ‘!’;
    else
    return ‘register/login‘;

    }
    please help

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘shortcode’ is closed to new replies.