Which PHP functions are disabled on your WordPress platform?

Mandraled's WordPress platform implements security measures that disable certain PHP functions deemed risky for website safety.

Disabled PHP Functions

  • exec
  • opcache_get_configuration
  • opcache_get_status
  • passthru
  • parse_ini_file
  • popen
  • proc_open
  • shell_exec
  • show_source
  • system

The platform features firewall rules and layers of protection to safeguard WordPress installations. These restrictions are unlikely to affect typical plugin functionality.

Alternative Solution: Users requiring any of these disabled functions can host their WordPress site on the Linux platform instead.