PHP 클래스 AMP_Img_Sanitizer, amp-wp

상속: extends AMP_Base_Sanitizer
파일 보기 프로젝트 열기: Automattic/amp-wp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$tag

공개 메소드들

메소드 설명
get_scripts ( )
sanitize ( )

비공개 메소드들

메소드 설명
adjust_and_replace_node ( DOMNode $node ) Make final modifications to DOMNode
adjust_and_replace_nodes_in_array_map ( array $node_lists ) Now that all images have width and height attributes, make final tweaks and replace original image nodes
determine_dimensions ( array $need_dimensions ) Figure out width and height attribute values for images that don't have them by attempting to determine actual dimensions and setting reasonable defaults otherwise.
filter_attributes ( $attributes )
is_gif_url ( $url )

메소드 상세

get_scripts() 공개 메소드

public get_scripts ( )

sanitize() 공개 메소드

public sanitize ( )

프로퍼티 상세

$tag 공개적으로 정적으로 프로퍼티

public static $tag