Support

Account

Home Forums Feature Requests Layout Builder Reply To: Layout Builder

  • ah i see. i enqueued the script like so:

    wp_enqueue_script('acf_yoast', get_template_directory_uri() . '/app/admin/assets/js/acf_yoast.js', array('yoast-seo'), false, true);

    because the script is now loading after the yoast-seo.js, i didn’t had the problem like you. i changed the load event, thanks for the report.