• scottmey

    (@scottmey)


    I’m wondering if there is a way when constructing a post via WP User FrontEnd to set a password for the post as you are able to when publishing in the Control Panel.

    Even more ideal, would be to create a field for WP User Frontend that the user publishing the post can select a few email addresses for the users intended to read the post, so nobody else would be able to access it?

    I’m using latest versions of both the plugin and wordpress.

    Thanks for your time

    http://ww.wp.xz.cn/extend/plugins/wp-user-frontend/

Viewing 1 replies (of 1 total)
  • Thread Starter scottmey

    (@scottmey)

    Okay, I found the function for the Administrator email in ‘wpuf-functions.php’ and have a fundamental understanding of how this works.

    In my WP User Frontend form, I have a custom field I’ve created to add email addresses called ‘sendto’.

    What I would like to do is append the ‘sendto’ field contents to the:

    $to = get_bloginfo( 'admin_email');

    so something like:

    $to = get_bloginfo( 'admin_email', $sendto );

    Is there a way for me to pass the value over for this post and append the Send To field value ?

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP User Frontend] Frontend Password Protection / Specific Users’ is closed to new replies.