plugin updates

This commit is contained in:
Tony Volpe
2024-06-17 14:48:11 -04:00
parent ecc5fbf831
commit 3751a5a1a6
1318 changed files with 91130 additions and 52250 deletions

View File

@@ -327,34 +327,4 @@ class Social_Profiles_Helper {
return [ $twitter_setting ];
}
/* DEPRECATED METHODS */
/**
* Gets the person social profile fields supported by us after WP filtering.
*
* @deprecated 20.1
* @codeCoverageIgnore
*
* @return array The supported social profile fields.
*/
public function get_supported_person_social_profile_fields() {
\_deprecated_function( __METHOD__, 'Yoast SEO 20.1' );
return [];
}
/**
* Checks if the current user has the capability to edit a specific user.
*
* @deprecated 20.2
* @codeCoverageIgnore
*
* @param int $person_id The id of the person to edit.
*
* @return bool
*/
public function can_edit_profile( $person_id ) {
\_deprecated_function( __METHOD__, 'Yoast SEO 20.2' );
return \current_user_can( 'edit_user', $person_id );
}
}