Title: GabrielStream's Replies | WordPress.org

---

# GabrielStream

  [  ](https://wordpress.org/support/users/gabrielstream/)

 *   [Profile](https://wordpress.org/support/users/gabrielstream/)
 *   [Topics Started](https://wordpress.org/support/users/gabrielstream/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gabrielstream/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gabrielstream/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gabrielstream/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gabrielstream/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gabrielstream/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Company fields](https://wordpress.org/support/topic/company-fields-1/)
 *  Thread Starter [GabrielStream](https://wordpress.org/support/users/gabrielstream/)
 * (@gabrielstream)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/company-fields-1/#post-5500022)
 * Just tried adding just that to functions.php :
    _add\_filter( ‘submit\_job\_form\
   _fields’, ‘custom\_submit\_job\_form\_fields’ );_
 * function custom_submit_job_form_fields( $fields ) {
    unset( $fields[‘company’]);
   return $fields; }
 * And still got the same error message … Just can’t figure it out …
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Company fields](https://wordpress.org/support/topic/company-fields-1/)
 *  Thread Starter [GabrielStream](https://wordpress.org/support/users/gabrielstream/)
 * (@gabrielstream)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/company-fields-1/#post-5500018)
 * On submit_job_form we’ve got that :
 * _ ‘job\_type’ => array(
    ‘label’ => \_\_( ‘Job type’, ‘wp-job-manager’ ), ‘type’
   => ‘term-select’, ‘required’ => true, ‘placeholder’ => ”, ‘priority’ => 3, ‘default’
   => ‘full-time’, ‘taxonomy’ => ‘job\_listing\_type’ ),
 * So on the filter the line
    _$fields[‘job’][‘job\_type’][‘label’] = “Type de mission”;_
   is to change ”Job type” to ”Type de mission”.
 * And that works just fine. But I tried what you suggested Mike and even after 
   deleting this line, I still got the error message :-/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Company fields](https://wordpress.org/support/topic/company-fields-1/)
 *  Thread Starter [GabrielStream](https://wordpress.org/support/users/gabrielstream/)
 * (@gabrielstream)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/company-fields-1/#post-5499962)
 * Just re-downloaded wp job manager and re-installed it but it’s still not working…

Viewing 3 replies - 1 through 3 (of 3 total)