Skip to content
Snippets Groups Projects
Commit 9032186a authored by Canek Peláez Valdés's avatar Canek Peláez Valdés :slight_smile:
Browse files

Shorter name.

parent 120926ae
Branches
No related tags found
No related merge requests found
Pipeline #1417 passed
......@@ -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.
Google Analytics Page Stats
GA Page Stats
Copyright (C) 2021 Canek Peláez Valdés
This program is free software: you can redistribute it and/or modify
......
Google Analytics Page Stats
===========================
GA Page Stats
=============
Google Analytics Page Stats is a [WordPress](https://wordpress.org/) plugin to
GA Page Stats is a [WordPress](https://wordpress.org/) plugin to
access [Google Analytics](https://analytics.google.com/) for pages in a
WordPress installation.
......
<?php
/**
* @package Google_Analytics_Page_Stats
* @package GA_Page_Stats
* @version 0.0.1
*/
/*
Plugin Name: Google Analytics Page Stats
Plugin URI: https://aztlan.fciencias.unam.mx/gitlab/canek/google-analytics-page-stats/
Plugin Name: GA Page Stats
Plugin URI: https://aztlan.fciencias.unam.mx/gitlab/canek/ga-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',
'google-analytics-page-stats/options.php');
'ga-page-stats/options.php');
}
add_filter('the_content', 'ga_page_stats_content_filter');
......
......@@ -13,7 +13,7 @@
viewBox="0 0 122.522 122.523"
version="1.1"
id="svg122"
sodipodi:docname="google-analytics-page-stats.svg"
sodipodi:docname="ga-page-stats.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<metadata
id="metadata126">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment