args = wp_parse_args( $args, array( 'width' => $this->DEFAULT_WIDTH, 'height' => $this->DEFAULT_HEIGHT, ) ); } /** * Get mapping of AMP component names to AMP script URLs. * * This is normally no longer needed because the whitelist * sanitizer will automatically detect the need for them via * the spec. * * @see AMP_Tag_And_Attribute_Sanitizer::get_scripts() * @return array Scripts. */ public function get_scripts() { return array(); } }