YoastWPSEOadmin_author_archives_meta_internal
YoastWPSEOadmin_author_archives_meta_internal
Appears in: wordpress-seo.19.10, wordpress-seo.19.11, wordpress-seo.19.13, wordpress-seo.20.1, wordpress-seo.20.2.1
Hook Type: action
See hook in action
Displaying hooks found in version: wordpress-seo.20.2.1do_action('YoastWPSEOadmin_author_archives_meta_internal') is found 1 times:
- /admin/views/tabs/metas/paper-content/author-archive-settings.php line 97
* WARNING: This hook is intended for internal use only. * Don't use it in your code as it will be removed shortly. */ // phpcs:ignore Yoast.NamingConventions.ValidHookName.MaxExceeded -- Added _internal suffix for clarity. do_action( 'Yoast\WP\SEO\admin_author_archives_meta_internal', $yform ); /** * Allow adding custom fields to the admin meta page - Author archives panel in the Archives tab. * * @deprecated 19.10 No replacement available. *