HEX
Server: LiteSpeed
System: Linux oxygen.shetabanhost.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: rasapedi (1695)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/rasapedi/public_html/wp-content/plugins/wp-parsidate/includes/install.php
<?php

defined( 'ABSPATH' ) or exit( 'No direct script access allowed' );

/**
 * Plugin installer helper
 *
 * @author              Mobin Ghasempoor
 * @package             WP-Parsidate
 * @subpackage          Core/Install
 */

/**
 * Copys files from plugin languages folder to global languages folder
 *
 * @return              void
 * @since               1.0
 */
function wpp_install() {
	update_option( 'wpp_settings', array() );
}

register_activation_hook( WP_PARSI_ROOT, 'wpp_install' );