Submit
Path:
~
/
home
/
getwphos
/
public_html
/
topdoggroomingny
/
wp-content
/
plugins
/
wedesigntech-elementor-addon
/
inc
/
File Content:
register-widget-base.php
<?php abstract class WeDesignTech_Elementor_Widget_Base extends \Elementor\Widget_Base { public function __construct( $data, $args ) { parent::__construct( $data, $args ); } public function get_categories() { return [ 'wdt-widgets' ]; } public function get_elementor_page_list(){ $pagelist = get_posts(array( 'post_type' => 'elementor_library', 'showposts' => 999, )); if ( ! empty( $pagelist ) && ! is_wp_error( $pagelist ) ){ foreach ( $pagelist as $post ) { $options[ $post->ID ] = esc_html( $post->post_title ); } return $options; } } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
common-controls
---
0755
core
---
0755
widgets
---
0755
helper.php
1533 bytes
0644
register-widget-base.php
589 bytes
0644
register.php
3058 bytes
0644
settings.php
4325 bytes
0644
N4ST4R_ID | Naxtarrr