PHP 클래스 Elementor\Editor

파일 보기 프로젝트 열기: pojome/elementor

공개 메소드들

메소드 설명
__construct ( )
add_editor_template ( $template_path )
editor_head_trigger ( )
enqueue_scripts ( )
enqueue_styles ( )
get_locked_user ( $post_id ) : boolean | WP_User
init ( )
is_edit_mode ( )
lock_post ( $post_id )
print_panel_html ( )
set_edit_mode ( boolean $edit_mode )
wp_footer ( )

보호된 메소드들

메소드 설명
_get_wp_editor_config ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

_get_wp_editor_config() 보호된 메소드

protected _get_wp_editor_config ( )

add_editor_template() 공개 메소드

public add_editor_template ( $template_path )

editor_head_trigger() 공개 메소드

public editor_head_trigger ( )

enqueue_scripts() 공개 메소드

public enqueue_scripts ( )

enqueue_styles() 공개 메소드

public enqueue_styles ( )

get_locked_user() 공개 메소드

public get_locked_user ( $post_id ) : boolean | WP_User
$post_id
리턴 boolean | WP_User

init() 공개 메소드

public init ( )

is_edit_mode() 공개 메소드

public is_edit_mode ( )

lock_post() 공개 메소드

public lock_post ( $post_id )
$post_id

print_panel_html() 공개 메소드

public print_panel_html ( )

set_edit_mode() 공개 메소드

public set_edit_mode ( boolean $edit_mode )
$edit_mode boolean