Support

Account

Home Forums Backend Issues (wp-admin) Meta value from database dont shown in admin section Reply To: Meta value from database dont shown in admin section

  • For adding item I using pods framework like this:

    
    $pod = pods( 'builders' );
    $data = array(
        'name' => 'test',
        '_builder_id' => 2
    );
    $item = $pod->add( $data );