Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi, pj.riffaud

    I have tried last two ways. And it didnt work. I see that on site pj.riffaud its work. I tried to make for resume manager.

    I add this code in funtions.php in main folder of the theme

    add_filter( 'submit_resume_form_fields', 'custom_submit_resume_form_fields' );
    function custom_submit_resume_form_fields( $fields ) {
        $fields['resume_fields']['candidate_name']['label'] = __( 'Name');
    	$fields['resume_fields']['candidate_name']['Placeholder'] = __( 'Write your name');
    
        return $fields;}

    And using Loco Translate trying to add string and translate it – but it doesn work.

    pj.riffaud, please, can You help me?

Viewing 1 replies (of 1 total)