HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/doccure-wp-demo/wp-content/plugins/doccure-elementor/doccure-elementor.php
<?php
/*
 * Plugin Name: Doccure Elementor
 * Version: 1.0.1
 * Plugin URI: https://doccure-wp.dreamstechnologies.com/
 * Description: Doccure widgets for Elementor
 * Author: Doccure
 * Author URI: https://doccure-wp.dreamstechnologies.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' );