PHP Class Elementor\Editor

Show file Open project: pojome/elementor

Public Methods

Method Description
__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 ( )

Protected Methods

Method Description
_get_wp_editor_config ( )

Method Details

__construct() public method

public __construct ( )

_get_wp_editor_config() protected method

protected _get_wp_editor_config ( )

add_editor_template() public method

public add_editor_template ( $template_path )

editor_head_trigger() public method

public editor_head_trigger ( )

enqueue_scripts() public method

public enqueue_scripts ( )

enqueue_styles() public method

public enqueue_styles ( )

get_locked_user() public method

public get_locked_user ( $post_id ) : boolean | WP_User
$post_id
return boolean | WP_User

init() public method

public init ( )

is_edit_mode() public method

public is_edit_mode ( )

lock_post() public method

public lock_post ( $post_id )
$post_id

print_panel_html() public method

public print_panel_html ( )

set_edit_mode() public method

public set_edit_mode ( boolean $edit_mode )
$edit_mode boolean