init(); } /** * Show admin notice when ACF is missing. */ function yoast_acf_report_missing_acf() { echo '
'; printf( /* translators: %1$s resolves to ACF Content Analysis for Yoast SEO */ esc_html__( '%1$s could not be loaded because of missing files.', 'acf-content-analysis-for-yoast-seo' ), 'ACF Content Analysis for Yoast SEO' ); echo '