File ManagerCurrent Directory: wp-content/plugins/wordpress-seo/src/editors/framework/seoLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: social-data-provider-interface.php <?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong namespace Yoast\WP\SEO\Editors\Framework\Seo; interface Social_Data_Provider_Interface { /** * Gets the image URL for the post's social preview. * * @return string|null The image URL for the social preview. */ public function get_image_url(): ?string; /** * Retrieves the social title template. * * @return string The social title template. */ public function get_social_title_template(): string; /** * Retrieves the social description template. * * @return string The social description template. */ public function get_social_description_template(): string; /** * Retrieves the social image template. * * @return string The social description template. */ public function get_social_image_template(): string; } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirdescription-data-provider-interface.phpFile466.00 B Rename | Delete | Editkeyphrase-interface.phpFile388.00 B Rename | Delete | EditpostsDirectory Rename | Deletesocial-data-provider-interface.phpFile827.00 B Rename | Delete | EdittermsDirectory Rename | Deletetitle-data-provider-interface.phpFile435.00 B Rename | Delete | Edit