/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/Tracking/TrackingData
NameSizeModeActions
ActiveDonationFormsData.php7210644editdlrm
DonationData.php24710644editdlrm
DonationFormsData.php65450644editdlrm
DonationMetricsData.php30140644editdlrm
EditedDonationFormsData.php4780644editdlrm
GivePluginSettingsData.php22030644editdlrm
PluginsData.php15610644editdlrm
ServerData.php17680644editdlrm
ThemeData.php13690644editdlrm
WebsiteData.php12700644editdlrm
WebsiteInfoData.php8630644editdlrm
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/Tracking/TrackingData/ThemeData.php (1369B)
formatData($theme); if ($this->isChildTheme($theme)) { $parentTheme = wp_get_theme($theme->offsetGet('Template')); $data = array_merge($data, $this->formatData($parentTheme, true)); } return $data; } /** * Format theme data. * * @since 2.10.0 * * @param WP_Theme $theme * @param bool $parentTheme * * @return array */ private function formatData($theme, $parentTheme = false) { $slugKey = 'theme_slug'; $versionKey = 'theme_version'; if ($parentTheme) { $slugKey = 'parent_theme_slug'; $versionKey = 'parent_theme_version'; } return [ $slugKey => $theme->offsetGet('Stylesheet'), $versionKey => $theme->get('Version'), ]; } }