/home/vianto5/distritosatelite.mx/wp-content/plugins/wordpress-seo/src/values/open-graph
NameSizeModeActions
images.php11780644editdlrm
Edit: /home/vianto5/distritosatelite.mx/wp-content/plugins/wordpress-seo/src/values/open-graph/images.php (1178B)
open_graph_image = $open_graph_image; } /** * Outputs the images. * * @codeCoverageIgnore - The method is empty, nothing to test. * * @return void */ public function show() {} /** * Adds an image to the list by image ID. * * @param int $image_id The image ID to add. * * @return void */ public function add_image_by_id( $image_id ) { $attachment = $this->open_graph_image->get_image_by_id( $image_id ); if ( $attachment ) { $this->add_image( $attachment ); } } }