| Server IP : 146.59.209.152 / Your IP : 216.73.216.152 Web Server : Apache System : Linux webm009.cluster131.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : monpetu ( 144298) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/monpetu/www/ipprint/wp-content/plugins/surerank/ |
Upload File : |
<?php
/**
* Plugin Name: SureRank SEO
* Plugin URI: https://surerank.com
* Description: Grow traffic of your website with SureRank - a lightweight SEO toolkit plugin for WordPress users who want better rankings without the complexity.
* Author: SureRank
* Author URI: https://surerank.com/
* Version: 1.9.2
* License: GPLv2 or later
* Text Domain: surerank
* Requires at least: 6.7
* Requires PHP: 7.4
*
* @package surerank
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly..
}
/**
* Require the necessary file.
*/
define( 'SURERANK_FILE', __FILE__ );
define( 'SURERANK_BASE', plugin_basename( SURERANK_FILE ) );
define( 'SURERANK_DIR', plugin_dir_path( SURERANK_FILE ) );
define( 'SURERANK_URL', plugins_url( '/', SURERANK_FILE ) );
define( 'SURERANK_VERSION', '1.9.2' );
define( 'SURERANK_PREFIX', 'surerank' );
require_once 'constants.php';
require_once 'loader.php';