rafsuntaskin

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Problem with Recruitement and Custom field plugin #24013
    rafsuntaskin
    Participant

    Please update both of the Add-ons to latest version. And see if that helps otherwise let us know and we will take a look.

    Thanks

    in reply to: Change minimum experience in HRM Recruitment #24011
    rafsuntaskin
    Participant

    Hi Max,

    You can simply alter the Label using erp_recruitment_minimum_experience filter. Use this snippet below and change the label as needed. You can change other labels as wel,l you can look into wp-content/plugins/erp-recruitment/includes/functions-recruitment.php line 50. for more details

    
    function rt_change_min_exp_label( $min_exp ) {
        $min_exp['Fresher'] =  __( 'Too Fresher', 'wp-erp-rec' );
        return $min_exp;
    }
    add_filter( 'erp_recruitment_minimum_experience', 'rt_change_min_exp_label' );
    

    Let us know if you have any other queries.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

Contact Us

Reach out to us for any inquiry

You must enter full name
You must enter email
You must enter message

We received your query

We will reply to you very soon :)