PATH:
home
/
lab2454c
/
bullionmils.com
/
wp-content
/
plugins
/
elementor-pro
/
modules
/
theme-elements
/
widgets
<?php namespace ElementorPro\Modules\ThemeElements\Widgets; use ElementorPro\Base\Base_Widget; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } abstract class Base extends Base_Widget { public function get_categories() { return [ 'theme-elements' ]; } public function render_plain_content() {} }
[-] base.php
[edit]
[-] author-box.php
[edit]
[-] post-navigation.php
[edit]
[-] breadcrumbs.php
[edit]
[+]
..
[-] post-comments.php
[edit]
[-] post-info.php
[edit]
[-] search-form.php
[edit]
[-] sitemap.php
[edit]