BBPress Diego Van Der Heijden : Replies Created

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: custom data in text field #380843

    Thank you for your quick reply!

    It’s not really working at the moment. I get this piece of code instead of the custom field for every entry:

    $text = $entry->getMeta( array( ‘key’ => ‘reviewfields_id’, // This should match exactly the field id used when registering the custom field. ‘single’ => TRUE // Do not change this. ) ); if ( ! empty( $text ) ) echo ‘
    ‘ . do_shortcode( esc_html( $text ) ). ‘

    ‘;

    Kind regards

    in reply to: custom data in text field #380492

    To add on this: Shortcodes do work in the Bio and Notes fields, not in the text fields.

Viewing 2 posts - 1 through 2 (of 2 total)