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 '

'; } /* ********************* DEPRECATED FUNCTIONS ********************* */ /** * Loads translations. * * @deprecated 2.0.1 * @codeCoverageIgnore */ function yoast_acf_analysis_load_textdomain() { // As we require WordPress 4.6 and higher, we don't need to load the translation files manually anymore. }