• Resolved officelovestormde

    (@officelovestormde)


    Hey, me again.
    Our programmers have changed the meta name for some of the core fields in wp, so that for example the “capabilities” now has the name “ls_wp_capabilities”.
    Those names do not show up in the WP Fusion Lite Contact Sync Tab, neither in Standard WordPress Fields nor in Additional Fields.
    Also some of the fields we created additionally (for example a separate status for “trained” users), don’t show up in the contact synchro tab.

    Now I was wondering whether that is simply not possible to include in WP Fusion Lite or if there is any way to tweak this ??
    Would be great if you could help….
    best

Viewing 1 replies (of 1 total)
  • Plugin Author verygoodplugins

    (@verygoodplugins)

    Hey @officelovestormde,

    Sounds like you’re getting a lot out of WP Fusion ??

    We detect “core” WordPress fields automatically. For anything else WPF will scan your own admin user account to determine what meta to display (this is a lot faster than scanning all users).

    So if you can set some data on your own account for those fields, they should show up under Additional Fields.

    For example update_user_meta( $user_id, 'ls_wp_capabilities', true );

    Then refresh the WPF settings page and you should see it.

Viewing 1 replies (of 1 total)
  • The topic ‘Customized WP-Contact-Core-Field-Names to WP Fusion’ is closed to new replies.