Just so you can understand more,
Field ID: extrn_url
I tried the following in PHP and nothing is being retrieve.
<?php
echo rwmb_get_value($extrn_url);
?>
and
<?php
echo rwmb_get_value('extrn_url');
?>
and I also tried the following code:
<?php
$value = rwmb_get_value ('extrn_url' , $_POST['post_id']);
echo $value;
?>
also tried with rwmb_meta
<?php
echo rwmb_meta('extrn_url');
?>
Still no results.
Tested directly from Oxygen custom field metabox, it works, but not with the PHP. or for that matter I tried it in javascript, it also did not work. I tried passing the Var from Java script to PHP, still not working.
[oxygen ct_sign_sha256='43a6a06eaad99a3ea156b2b8b4538c3fc993920929650b8dc077274a5437a2b2' data='custom_metabox_content' settings_path='affiliate_url' settings_page='' ]
Any help on this is greatly appreciated. Not sure where I go wrong.