PHP Class Elementor\Admin

Show file Open project: pojome/elementor

Public Methods

Method Description
__construct ( ) Admin constructor.
add_edit_in_dashboard ( $actions, $post ) : array Add edit link in outside edit post.
admin_footer_text ( $footer_text )
admin_notices ( )
ajax_elementor_deactivate_feedback ( )
body_status_classes ( $classes )
enqueue_feedback_dialog_scripts ( )
enqueue_scripts ( ) : void Enqueue admin scripts.
enqueue_styles ( ) : void Enqueue admin styles.
plugin_action_links ( $links )
print_deactivate_feedback_dialog ( )
print_switch_mode_button ( $post ) : void Print switch button in edit post (which has cpt support).
save_post ( $post_id ) : void Fired when the save the post, and flag the post mode.

Method Details

__construct() public method

Admin constructor.
public __construct ( )

add_edit_in_dashboard() public method

Add edit link in outside edit post.
Since: 1.0.0
public add_edit_in_dashboard ( $actions, $post ) : array
$actions
$post
return array

admin_notices() public method

public admin_notices ( )

ajax_elementor_deactivate_feedback() public method

body_status_classes() public method

public body_status_classes ( $classes )

enqueue_feedback_dialog_scripts() public method

enqueue_scripts() public method

Enqueue admin scripts.
Since: 1.0.0
public enqueue_scripts ( ) : void
return void

enqueue_styles() public method

Enqueue admin styles.
Since: 1.0.0
public enqueue_styles ( ) : void
return void

print_deactivate_feedback_dialog() public method

print_switch_mode_button() public method

Print switch button in edit post (which has cpt support).
Since: 1.0.0
public print_switch_mode_button ( $post ) : void
$post
return void

save_post() public method

Fired when the save the post, and flag the post mode.
Since: 1.0.0
public save_post ( $post_id ) : void
$post_id
return void