• Resolved ALBCODERS

    (@albcoders)


    Hi thanks for the plugin,I used it for announcments instead jobs by changing the language than I used this code to remove company details from the new job form

    add_filter( 'submit_job_form_fields', 'custom_submit_job_form_fields' );
    
    function custom_submit_job_form_fields( $fields ) {
        unset( $fields['company'] );
        return $fields;
    }

    So this removed logo uopload button too.
    I need to keep it on the form or if is another way to have multiple foto upload buttons.thanks

    https://www.ads-software.com/plugins/wp-job-manager/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Removing company details but keeping logo upoload’ is closed to new replies.