PluginProbe
SureDash – Community, Courses & Member Dashboard / 1.11.2
SureDash – Community, Courses & Member Dashboard v1.11.2
1.11.2 1.11.1 1.11.0 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.4 1.9.3 1.9.2 1.9.1 1.9.0 1.8.4 1.8.3 1.8.2 1.8.1 1.8.0 trunk 0.0.1 0.0.2 0.0.3 0.0.4 0.0.5 0.0.6 All 52 releases
suredash / suredash.php

suredash.php in SureDash – Community, Courses & Member Dashboard 1.11.2, at suredash.php

24 lines 584 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Plugin Name: SureDash
4 * Plugin URI: https://suredash.com/
5 * Description: SureDash turns your WordPress site into a community hub with unified login, custom dashboard, and improved user engagement.
6 * Author: SureDash
7 * Author URI: https://suredash.com/
8 * Version: 1.11.2
9 * License: GPL v2
10 * Text Domain: suredash
11 * Domain Path: /languages
12 *
13 * @package SureDash
14 */
15
16 /**
17 * Set constants.
18 */
19 define( 'SUREDASHBOARD_VER', '1.11.2' );
20 define( 'SUREDASHBOARD_FILE', __FILE__ );
21 define( 'SUREDASH_PRO_MINIMUM_VER', '1.11.2' );
22
23 require_once __DIR__ . '/loader.php';
24