Merged in feature/314-dev-dev01 (pull request #24)
auto-patch 314-dev-dev01-2024-01-25T04_09_02 * auto-patch 314-dev-dev01-2024-01-25T04_09_02
This commit is contained in:
@@ -18,18 +18,3 @@ if ( ! defined( 'WPSEO_VERSION' ) ) {
|
||||
* Don't use it in your code as it will be removed shortly.
|
||||
*/
|
||||
do_action( 'wpseo_settings_tab_site_analysis_internal', $yform );
|
||||
|
||||
/**
|
||||
* Fires when displaying the site wide analysis tab.
|
||||
*
|
||||
* @deprecated 19.10 No replacement available.
|
||||
*
|
||||
* @param Yoast_Form $yform The yoast form object.
|
||||
*/
|
||||
do_action_deprecated(
|
||||
'wpseo_settings_tab_site_analysis',
|
||||
[ $yform ],
|
||||
'19.10',
|
||||
'',
|
||||
'This action is going away with no replacement. If you want to add settings that interact with Yoast SEO, please create your own settings page.'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user