PHP Class Elementor\Widget_WordPress

Inheritance: extends Widget_Base
Show file Open project: pojome/elementor

Public Methods

Method Description
__construct ( $data = [], $args = [] )
get_categories ( )
get_form ( $instance = [] )
get_icon ( )
get_name ( )
get_title ( )
get_widget_instance ( ) : WP_Widget
is_reload_preview_required ( )
render_plain_content ( $instance = [] )

Protected Methods

Method Description
_get_parsed_settings ( )
_register_controls ( )
content_template ( )
render ( )

Private Methods

Method Description
_is_pojo_widget ( )

Method Details

__construct() public method

public __construct ( $data = [], $args = [] )

_get_parsed_settings() protected method

protected _get_parsed_settings ( )

_register_controls() protected method

protected _register_controls ( )

content_template() protected method

protected content_template ( )

get_categories() public method

public get_categories ( )

get_form() public method

public get_form ( $instance = [] )

get_icon() public method

public get_icon ( )

get_name() public method

public get_name ( )

get_title() public method

public get_title ( )

get_widget_instance() public method

public get_widget_instance ( ) : WP_Widget
return WP_Widget

is_reload_preview_required() public method

render() protected method

protected render ( )

render_plain_content() public method

public render_plain_content ( $instance = [] )