• Resolved wholebiz

    (@wholebiz)


    I am a Pro user trying to use the WordPress trigger “A user’s specific meta key is updated”. The key I want call is called “user_activation_status” which is set by the User Verification plugin.

    Here’s an how the field looks inside the User profile with a meta reader plugin installed. Here the value set to “1”…

    user_activation_status | array (0 => ‘1’,)

    Below is the full payload provided to a low-tech WordPress HTTP Post. I hope it is possible to trigger on this field, and that with this information you can provide me with the correct expression to place in the field of the above trigger. Thanks for an awesome plugin!!

    {
      "data": {
        "ID": "377",
        "user_login": "relij67799",
        "user_pass": "$P$Bnkt3Fh6JW4/4X/Abo78PlzqGMbkd2/",
        "user_nicename": "relij67799",
        "user_email": "[email protected]",
        "user_url": "",
        "user_registered": "2021-09-16 23:31:41",
        "user_activation_key": "",
        "user_status": "0",
        "display_name": "Re"
      },
      "ID": 377,
      "caps": {
        "subscriber": true
      },
      "cap_key": "wp_capabilities",
      "roles": [
        "subscriber"
      ],
      "allcaps": {
        "read": true,
        "level_0": true,
        "subscriber": true
      },
      "filter": null,
      "\u0000WP_User\u0000site_id": 1,
      "user_meta": {
        "nickname": [
          "relij67799"
        ],
        "first_name": [
          "Re"
        ],
        "last_name": [
          "Lij"
        ],
        "description": [
          ""
        ],
        "rich_editing": [
          "true"
        ],
        "syntax_highlighting": [
          "true"
        ],
        "comment_shortcuts": [
          "false"
        ],
        "admin_color": [
          "fresh"
        ],
        "use_ssl": [
          "0"
        ],
        "show_admin_bar_front": [
          "true"
        ],
        "locale": [
          ""
        ],
        "wp_capabilities": [
          "a:1:{s:10:\"subscriber\";b:1;}"
        ],
        "wp_user_level": [
          "0"
        ],
        "bp_flname_sync": [
          "1"
        ],
        "enable_friends_list_visibility": [
          "yes"
        ],
        "bp_profile_visibility": [
          "self"
        ],
        "bp_friends_list_visibility": [
          "self"
        ],
        "bp_profile_group_tab_visibility": [
          "self"
        ],
        "bp_hide_last_active": [
          "yes"
        ],
        "bp_exclude_in_search": [
          "yes"
        ],
        "bp_exclude_in_dir": [
          "yes"
        ],
        "bp_allow_friendship_request": [
          "no"
        ],
        "uuid": [
          "caadce5f2bf934dd1a5f4739472e98c0"
        ],
        "user_activation_key": [
          "4d389191c4d610d30c73f70787340bfa"
        ],
        "user_activation_status": [
          "0"
        ],
        "signup_notice_sent": [
          null
        ],
        "mepr_agree_to_privacy_policy": [
          "1"
        ],
        "mepr_agree_to_tos": [
          "1"
        ],
        "mepr-geo-country": [
          ""
        ],
        "last_activity": [
          "2021-09-16 23:31:43"
        ],
        "last_update": [
          "1631835103"
        ]
      }
    }
Viewing 1 replies (of 1 total)
  • Plugin Author Uncanny Owl

    (@uncannyowl)

    Hi @wholebiz ,

    Thanks for the note, and we did just want to confirm that as a Pro user you can reach out on our website; we have better tracking and easier access to developers there.

    Our developer suggests you set up your trigger like this example: https://we.tl/t-am1CMXNXRR

    That trigger only compares the meta key so the actual value wouldn’t be an issue. The values you showed are actually not an array in the database, but it’s a WordPress object that converts the meta value to an array.

Viewing 1 replies (of 1 total)

The topic ‘Can we trigger on plugins meta key’ is closed to new replies.