• Resolved dannyshot

    (@dannyshot)


    add_filter( ‘submit_job_form_fields’, ‘custom_submit_job_form_fields’ );
    function custom_submit_job_form_fields( $fields ) {
    $fields[‘job’][‘job_title’][‘label’] = “Titel Vacture”;
    $fields[‘company’][‘company_facebook’] [‘label’] = “facebook gebruikersnaam”;

    return $fields;
    }
    The company tagline hook doesnt working. Can someone help me with that or explain how i can do that?
    Thanks in forward

    • This topic was modified 7 years, 4 months ago by dannyshot.
    • This topic was modified 7 years, 4 months ago by dannyshot.
    • This topic was modified 7 years, 4 months ago by dannyshot.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Edit company form part.’ is closed to new replies.