/home/techb158/public_html/wp-content/plugins/wordpress-seo/src/generators/schema
NameSizeModeActions
abstract-schema-piece.php7940644editdlrm
article.php73330644editdlrm
author.php30380644editdlrm
breadcrumb.php51760644editdlrm
faq.php29790644editdlrm
howto.php60010644editdlrm
main-image.php11660644editdlrm
organization.php26610644editdlrm
person.php98640644editdlrm
webpage.php50030644editdlrm
website.php27710644editdlrm
Edit: /home/techb158/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php (1166B)
context->canonical . Schema_IDs::PRIMARY_IMAGE_HASH; // The featured image. if ( $this->context->main_image_id ) { $generated_schema = $this->helpers->schema->image->generate_from_attachment_id( $image_id, $this->context->main_image_id ); $this->context->main_image_url = $generated_schema['url']; return $generated_schema; } // The first image in the content. if ( $this->context->main_image_url ) { return $this->helpers->schema->image->generate_from_url( $image_id, $this->context->main_image_url ); } return false; } }