YoastWPSEOadmin_post_types_beforearchive_internal
YoastWPSEOadmin_post_types_beforearchive_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_post_types_beforearchive_internal') is found 1 times:
- /admin/views/tabs/metas/paper-content/post-type-content.php line 27
* 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_post_types_beforearchive_internal', $yform, $wpseo_post_type->name ); /** * Allow adding custom fields to the admin meta page, just before the archive settings - Content Types tab. * * @deprecated 19.10 No replacement available. *