root = $root; } /** * @inheritdoc */ public function get_root_path() { return $this->root; } /** * @inheritdoc */ public function get_version() { return $GLOBALS['wp_version']; } /** * @inheritdoc */ public function get_type() { return 'core'; } /** * @inheritdoc */ public function get_identifier() { return 'core'; } /** * @inheritdoc */ public function __toString() { return sprintf( __( 'WordPress Core %s', 'it-l10n-ithemes-security-pro' ), 'v' . $this->get_version() ); } }