Forums

Terms of Use
Adding the Accept date on a custom page (3 posts)

  1. whiteorb
    Member
    Posted 9 months ago #

    I have a need to add the date that they agreed to the terms of use to a custom page. Is there any way that I can do that?

  2. sswells
    Member
    Posted 9 months ago #

    The date and initials are stored in the WP user meta table. You can retrieve anything in this table with:

    global $user_ID;
    get_user_meta($user_ID, 'terms_and_conditions');

    The initials are stored as 'tou_initials'.

  3. whiteorb
    Member
    Posted 9 months ago #

    But is it the date that they agreed to the terms of use on a page?

Reply

You must log in to post.

About this Plugin

About this Topic