Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Isabelann

    (@isabelann)

    well i will poke around and see if i can figure it out blindly (intuitively)

    Thread Starter Isabelann

    (@isabelann)

    I tried a plugin called simple membership but it was too much for what I need. I have also contacted a programmer who may work with me.

    Today I am testing a plug in called Peter’s Login Redirect, but so far the ”language” is beyond me:

    You can write your own code logic before any of this plugin’s checks for user-specific, role-specific, and capability-specific redirects, as well as before the fallback redirect URL.

    Available filters are:

    rul_before_user
    rul_before_role
    rul_before_capability
    rul_before_fallback
    Each takes the same 4 parameters:

    $custom_redirect_to: This is set as false in case you don’t have any redirect URL to set. Return this instead of false in case you have multiple filters running.
    $redirect_to: Set by WordPress, usually the admin URL.
    $requested_redirect_to: Set by WordPress, usually an override set in a GET parameter.
    $user: A PHP object representing the current user.
    Your return value in your own code logic should be the URL to redirect to, or $custom_redirect_to to continue the plugin’s normal checks.

    Thread Starter Isabelann

    (@isabelann)

    Okay, great idea, I will!

    Thread Starter Isabelann

    (@isabelann)

    thank you! I’m ”off to the races”

    Thread Starter Isabelann

    (@isabelann)

    I want the phone number and email to contact directly when clicked on a mobile device. The code I have been using is a href links:

    <a href="8505454401">850-543-0715</a> ? <a href="mailto:[email protected]?Subject=Inquiry%20from%20the%20website...">[email protected]</a>

    [Moderator note: Please wrap your code in backticks. Your code may have now been corrupted by this forum’s parser]

    I don’t know how to insert it in the text content on my word press Customizr theme.

    Thanks, Isabel

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