PHP Class Elementor\Admin

Afficher le fichier Open project: pojome/elementor

Méthodes publiques

Méthode 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 méthode

Admin constructor.
public __construct ( )

add_edit_in_dashboard() public méthode

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

admin_notices() public méthode

public admin_notices ( )

ajax_elementor_deactivate_feedback() public méthode

body_status_classes() public méthode

public body_status_classes ( $classes )

enqueue_feedback_dialog_scripts() public méthode

enqueue_scripts() public méthode

Enqueue admin scripts.
Since: 1.0.0
public enqueue_scripts ( ) : void
Résultat void

enqueue_styles() public méthode

Enqueue admin styles.
Since: 1.0.0
public enqueue_styles ( ) : void
Résultat void

print_deactivate_feedback_dialog() public méthode

print_switch_mode_button() public méthode

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

save_post() public méthode

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