File: /mnt/data/doccure-wp/wp-content/plugins/doccure-elementor/doccure-elementor.php
<?php
/*
* Plugin Name: Doccure Elementor
* Version: 1.0.2
* Plugin URI: https://doccure-wp.dreamsmarketplace.com/
* Description: Doccure widgets for Elementor
* Author: Doccure
* Author URI: https://doccure-wp.dreamsmarketplace.com/
*
* Text Domain: doccure_elementor
* Domain Path: /languages/
*
* @package WordPress
* @author Doccure
* @since 1.0.0
*/
define( 'ELEMENTOR_DOCCURE', __FILE__ );
/**
* Include the Elementor_Doccure class.
*/
require plugin_dir_path( ELEMENTOR_DOCCURE ) . 'class-elementor-doccure.php';
// function doccure_register_widget() {
// register_widget( 'Doccure_Widget_Recent_Posts' );
// }
// add_action( 'widgets_init', 'doccure_register_widget' );