PHP 클래스 Elementor\Utils

파일 보기 프로젝트 열기: pojome/elementor 1 사용 예제들

공개 메소드들

메소드 설명
do_not_cache ( ) : void Tell to WP Cache plugins do not cache this request.
generate_random_string ( $length = 7 )
get_edit_link ( $post_id )
get_placeholder_image_src ( )
get_youtube_id_from_url ( $url )
is_ajax ( )
is_post_type_support ( $post_id )
is_script_debug ( )

메소드 상세

do_not_cache() 공개 정적인 메소드

Tell to WP Cache plugins do not cache this request.
public static do_not_cache ( ) : void
리턴 void

generate_random_string() 공개 정적인 메소드

public static generate_random_string ( $length = 7 )

get_placeholder_image_src() 공개 정적인 메소드

public static get_placeholder_image_src ( )

get_youtube_id_from_url() 공개 정적인 메소드

public static get_youtube_id_from_url ( $url )

is_ajax() 공개 정적인 메소드

public static is_ajax ( )

is_post_type_support() 공개 정적인 메소드

public static is_post_type_support ( $post_id )

is_script_debug() 공개 정적인 메소드

public static is_script_debug ( )