golden hour
/home/doctorbruno/.trash/insulingateTest.com/wp-content/plugins/amp/src/Component
⬆️ Go Up
Upload
File/Folder
Size
Actions
CaptionedSlide.php
1.04 KB
Del
OK
Carousel.php
5.31 KB
Del
OK
HasCaption.php
321 B
Del
OK
Edit: HasCaption.php
<?php /** * Interface HasCaption * * @package AmpProject\AmpWP */ namespace AmpProject\AmpWP\Component; use DOMElement; /** * Interface HasCaption * * @internal * @since 1.5.0 */ interface HasCaption { /** * Gets the caption node. * * @return DOMElement */ public function get_caption_element(); }
Save