Forum Replies Created
-
AuthorPosts
-
AB
ParticipantI second this feature. Any timeline when the next update will be released?
AB
ParticipantHi, just tried adding in object_type in the 2nd argument and still doesn’t work. Even my experiment with a normal Post type doesn’t work as above.
AB
ParticipantSo I tried creating a new custom table for Post type. It still doesn't work when trying to get value from custom table, but saving to table is working perfectly fine. Please see all configuration below. I think there's a bug somewhere.





AB
ParticipantJust to confirm, I rechecked my code and shortcode as follows and still doesn't work.
[rwmb_meta id="primary_mobile" storage_type="custom_table" table="wp_subscriber_info" object_id=2]$primary_mobile = rwmb_meta( 'primary_mobile', ['storage_type' => 'custom_table', 'table' => 'wp_subscriber_info'], 2 ); echo $primary_mobile;AB
ParticipantYes I rechecked. Initial prefix was 'ab_' then I used wordpress' default prefix 'wp_' but those still dont work. The typos was because I was experimenting with different settings. Still doesnt work. Appreciate your further advise.
AB
ParticipantThis is the data in DB. It clearly shows post ID = 2.

The custom table is created via the Web GUI, there is no code. screenshot below:

This is the creation of fields:

-
AuthorPosts