• Resolved wernerlouw

    (@wernerlouw)


    Good day.

    I need to add a term select dropdown in the backend as well as frontend.

    I can do it in the frontend, but when I use the below code, it messes up the backend.

    $fields[‘_job_region’] = array(
    ‘label’ => __( ‘Business Region’, ‘job_manager’ ),
    ‘type’ => ‘term-select’,
    ‘taxonomy’ => ‘business_region’,
    ‘required’ => true,
    ‘priority’ => 2
    );

    Can someone please assist?!

    Regards

    https://wordpress.org/plugins/wp-job-manager/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘job_manager_job_listing_data_fields filter adding term select field’ is closed to new replies.