Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GA Page Stats
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WordPress plugins
GA Page Stats
Commits
9032186a
Commit
9032186a
authored
3 years ago
by
Canek Peláez Valdés
Browse files
Options
Downloads
Patches
Plain Diff
Shorter name.
parent
120926ae
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1417
passed
3 years ago
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
LICENSE
+1
-1
1 addition, 1 deletion
LICENSE
README.md
+3
-3
3 additions, 3 deletions
README.md
ga-page-stats.php
+4
-4
4 additions, 4 deletions
ga-page-stats.php
ga-page-stats.svg
+1
-1
1 addition, 1 deletion
ga-page-stats.svg
with
9 additions
and
9 deletions
LICENSE
+
1
−
1
View file @
9032186a
...
...
@@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
G
oogle Analytics
Page Stats
G
A
Page Stats
Copyright (C) 2021 Canek Peláez Valdés
This program is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
3
View file @
9032186a
G
oogle Analytics
Page Stats
=============
==============
G
A
Page Stats
=============
G
oogle Analytics
Page Stats is a
[
WordPress
](
https://wordpress.org/
)
plugin to
G
A
Page Stats is a
[
WordPress
](
https://wordpress.org/
)
plugin to
access
[
Google Analytics
](
https://analytics.google.com/
)
for pages in a
WordPress installation.
...
...
This diff is collapsed.
Click to expand it.
ga-page-stats.php
+
4
−
4
View file @
9032186a
<?php
/**
* @package G
oogle_Analytics
_Page_Stats
* @package G
A
_Page_Stats
* @version 0.0.1
*/
/*
Plugin Name: G
oogle Analytics
Page Stats
Plugin URI: https://aztlan.fciencias.unam.mx/gitlab/canek/g
oogle-analytics
-page-stats/
Plugin Name: G
A
Page Stats
Plugin URI: https://aztlan.fciencias.unam.mx/gitlab/canek/g
a
-page-stats/
Description: This plugin allows to get the page stats from Google Analytics.
Author: Canek Peláez
Version: 0.0.1
...
...
@@ -19,7 +19,7 @@ add_action('admin_menu', 'ga_page_stats_menu');
function
ga_page_stats_menu
()
{
add_options_page
(
__
(
'Google Analytics page statistics'
,
'ga-page-stats'
),
__
(
'Google Analytics'
),
'manage_options'
,
'g
oogle-analytics
-page-stats/options.php'
);
'g
a
-page-stats/options.php'
);
}
add_filter
(
'the_content'
,
'ga_page_stats_content_filter'
);
...
...
This diff is collapsed.
Click to expand it.
ga-page-stats.svg
+
1
−
1
View file @
9032186a
...
...
@@ -13,7 +13,7 @@
viewBox=
"0 0 122.522 122.523"
version=
"1.1"
id=
"svg122"
sodipodi:docname=
"g
oogle-analytics
-page-stats.svg"
sodipodi:docname=
"g
a
-page-stats.svg"
inkscape:version=
"1.0.2 (e86c870879, 2021-01-15)"
>
<metadata
id=
"metadata126"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment