Support

Account

Home Forums Feature Requests ACF + Yoast SEO 3.0 Reply To: ACF + Yoast SEO 3.0

  • Hi

    Please can anyone let me know the code function to call this in genesis.

    Ive added the JS to the folder and tried the code from above

    function load_yoast_acf_link() {
    wp_enqueue_script( ‘acf_yoastseo’, get_template_directory_uri() . ‘/acf_yoastseo.js’, ‘jquery’ );
    }

    add_action( ‘admin_init’, ‘load_yoast_acf_link’ );

    But its not working – yoast is not recognising any ACF fields

    Thanks