[ad_1]
I have problem to get items from shortcode in fields that came from a data array.
I have no problem with Shortcode outside a data array.
Ex.
while ($diskografinfo->fetch()) {
$diskografibio = $diskografinfo->field('credit_1');
$diskografibio = do_shortcode( wpautop( $diskografibio ) );
$diskografi_data = array(
'tracknotes' => $diskografinfo->field('track_credit'),
);
}Pods Shortcode in field(‘credit_1’) shows data but Pods Shortcode in field(‘track_credit’) only shows [pods name=”bandnamn” id=”7″]{@name}[/pods]
What am I doing wrong here?
The page I need help with: [log in to see the link]
