Edit company form part.
-
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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Edit company form part.’ is closed to new replies.