Membership Plugin

WordPress Membership Plugin

  • Home
  • Documentation
  • Addons
  • Support
    • Quick Setup
    • Documentation
    • Premium Addon Support
    • Paid Support
    • Support Forum
    • Support Forum Search
    • Forum Login
    • Forum Registration
  • Contact
You are here: Home

fuegohd

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • April 17, 2016 at 5:38 am in reply to: Link with Username in Menu #6530
    fuegohd
    Participant

    I would like to show a login logout in my menu. How can I do that?

    I know the code below will get me the login/logout to WordPress but how to get it for SMWP?

    Can I copy the code above into my header.php file? If so where at the end or somewhere in the middle?

    add_filter('wp_nav_menu_items', 'add_login_logout_link', 10, 2);
    function add_login_logout_link($items, $args) {
    ob_start();
    wp_loginout('index.php');
    $loginoutlink = ob_get_contents();
    ob_end_clean();
    $items .= '<li>'. $loginoutlink .'</li>';
    return $items;
    }
    April 17, 2016 at 5:26 am in reply to: Automated Mailchimp Member Registration #6529
    fuegohd
    Participant

    Mailchimp does that. To my understanding its a step that cannot be disabled. They want to make sure you have permission to send that person emails. The receiver has to confirm that they give you permission by clicking that link in the email they receive from Mailchimp.

    Mailchimp blows.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
Next Page »

Please read this message before using our plugin.

Search

Featured Addons and Extensions

  • Membership Form Builder Addon
  • Member Directory Listing Addon
  • WooCommerce Payment Integration
  • Member Data Exporter Addon

Documentation

  • Documentation Index Page

Copyright © 2026 | Simple Membership Plugin | Privacy Policy