1 | <?php |
||
6 | abstract class AMP_Base_Embed_Handler { |
||
7 | protected $DEFAULT_WIDTH = 600; |
||
8 | protected $DEFAULT_HEIGHT = 480; |
||
9 | |||
10 | protected $args = array(); |
||
11 | protected $did_convert_elements = false; |
||
12 | |||
13 | abstract function register_embed(); |
||
15 | |||
16 | function __construct( $args = array() ) { |
||
22 | |||
23 | public function get_scripts() { |
||
26 | } |
||
27 |