Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drupal-to-wordpress #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/admin/js/lytics-pathfora-interface/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/admin/js/lytics-widget-wizard/pathforaInterface.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/admin/partials/lytics-admin-display.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function scrollToTop() {
<div>
<label for="edit-ignore-admin-users">Ignore Admin Users</label>
<p class="mb-0" style="font-size: 12px;">When activated Lytics will not be installed for users who are
actively logged in to Drupal. This may prevent testing of personalization and recommendation features
actively logged in to WordPress. This may prevent testing of personalization and recommendation features
but also may prevent skewing of analytics data.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/backup/lytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function scrollToTop() {
<input type="checkbox" id="edit-ignore-admin-users" style="width: 1rem; height: 1rem;" class="me-3" name="ignore_admin_users" <?php echo ($lytics_ignore_admin_users == 1) ? 'checked' : ''; ?>>
<div>
<label for="edit-ignore-admin-users">Ignore Admin Users</label>
<p class="mb-0" style="font-size: 12px;">When activated Lytics will not be installed for users who are actively logged in to Drupal. This may prevent testing of personalization and recommendation features but also may prevent skewing of analytics data.
<p class="mb-0" style="font-size: 12px;">When activated Lytics will not be installed for users who are actively logged in to WordPress. This may prevent testing of personalization and recommendation features but also may prevent skewing of analytics data.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/lytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @wordpress-plugin
* Plugin Name: Lytics
* Plugin URI: https://https://wordpress.com/plugins/lytics
* Description: The Lytics WordPress Plugin seamlessly integrates your website with the Lytics Customer Data Platform (CDP). This integration empowers site administrators to leverage extensive visitor data and personalization capabilities, enhancing user experiences and building a robust first-party data asset within their Drupal site.
* Description: The Lytics WordPress Plugin seamlessly integrates your website with the Lytics Customer Data Platform (CDP). This integration empowers site administrators to leverage extensive visitor data and personalization capabilities, enhancing user experiences and building a robust first-party data asset within their WordPress site.
* Version: 1.0.0
* Author: Lytics
* Author URI: https://lytics.com/
Expand Down