HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: netramf (1193)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //opt/imunify360/venv/lib64/python3.11/site-packages/defence360agent/wordpress/constants.py
"""Constants for WordPress module."""

from pathlib import Path

PLUGIN_PATH = Path("/usr/share/imunify360/wp-plugins/imunify-security.zip")
PLUGIN_SLUG = "imunify-security"
PLUGIN_VERSION_FILE = Path(
    "/usr/share/imunify360/wp-plugins/imunify-security.version"
)
WP_CLI_WRAPPER_PATH = Path("/usr/share/imunify360/wp-plugins/wp-cli-wrapper")