can not work "rwmb_get_object_fields" with MB User Meta

Support MB User Meta can not work "rwmb_get_object_fields" with MB User MetaResolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15338
    JiroJiro
    Participant

    rwmb_get_object_fields($userId, array( 'object_type' => 'user' ));

    is not work.

    #15357
    Anh TranAnh Tran
    Keymaster

    Thanks a lot for your feedback. Support for user and settings page have just been added to the function. Please use the latest version on Github.

    Also, the code should be:

    rwmb_get_object_fields($userId, 'user');
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.