Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter argilmour

    (@argilmour)

    Hi Luke,

    I am running 4.7

    I am using the jobify theme.

    I am using:
    Aksimet
    All in one SEO
    BAW Login / log out
    Cloudflare
    Cloudflare SSL
    Custom Login
    Custom Login Redirect
    Disable Comments
    Faster Pagination
    Jet Pack
    Nav Menu Roles
    Woocommerce
    Woocommerce Stripe
    Wp Job Manager
    WP Job Manager Applications
    WP Job Manager Resume
    WP Manager Company Profiles
    Wp Manager Contact Listing
    Wp Manager Job Tags
    Wp Manager Colour
    Wp Manager Predefined Regions
    Woocommerce Paid Listings
    WP Manager Jobs Geo Location
    Wp Manager Field Editor
    WP Mail SMTP

    Kind Regards

    Andrew

    Hello,

    I have added the following to my Theme Functions (functions.php) file but I am still unable to get CVs attached to the email that goes to HR. Can you please advise on what else I need to do?

    Thanks

    Andrew

    // Filter to Attach HR Resume
    add_filter(‘sjb_hr_notification_attachment’, ‘custom_code_for_hr_resume_attachment’, 20, 2);

    function custom_code_for_hr_resume_attachment( $resume_path, $post_id ){
    return get_post_meta($post_id, ‘resume’, TRUE);
    }

    Thanks

    The problem that I have and the others on the this feed is that we don’t know how to write the custom code.

    Thanks

    Andrew

    Could you possibly add a step by step guide on how to add CVs to the email that goes to HR. It is really important to us too. I just can’t really follow the instructions that you have given above.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)