Related_Posts_Widget
Registers the crp_related_posts Elementor widget.
Maps its own controls onto the [crp] shortcode attributes and hands off to
Shortcodes::related_posts() so output and every shortcode-level fix still flow through the
same code path as [crp]. Elementor already provides _element_id/CSS classes and custom CSS
on every widget’s Advanced tab, so unlike the WPBakery element there’s no need to build a
wrapper element here.
Namespace: WebberZone\Contextual_Related_Posts\Pro\Builders\Elementor
Since: 4.4.0
Source: includes/pro/builders/elementor/class-related-posts-widget.php line 30
Extends: Widget_Base
Methods
get_name()
Get widget name.
Since: 4.4.0
Line: 46
public function get_name( ): string;
Returns: string
get_title()
Get widget title.
Since: 4.4.0
Line: 57
public function get_title( ): string;
Returns: string
get_icon()
Get widget icon.
Since: 4.4.0
Line: 68
public function get_icon( ): string;
Returns: string
get_categories()
Get widget categories.
Since: 4.4.0
Line: 79
public function get_categories( ): array;
Returns: array
get_keywords()
Get widget keywords.
Since: 4.4.0
Line: 90
public function get_keywords( ): array;
Returns: array
get_custom_help_url()
Get the help URL shown in the editor panel.
Since: 4.4.0
Line: 101
public function get_custom_help_url( ): string;
Returns: string