FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
wp-plugin-github-dashboard/github-dashboard.php at master · xpress-framework/wp-plugin-github-dashboard · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
xpress-framework
/
wp-plugin-github-dashboard
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
wp-plugin-github-dashboard
/
github-dashboard.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (21 loc) · 605 Bytes
Breadcrumbs
wp-plugin-github-dashboard
/
github-dashboard.php
Copy path
File metadata and controls
22 lines (21 loc) · 605 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
/**
* Plugin Name: XPress MVC Github Dashboard
* Version: 0.1.0
* Plugin URI: https://github.com/xpress-framework/wp-plugin-github-dashboard
* Description: Github API model to automate Github operations.
* Author: Juan Manuel Arias
* Author URI: https://github.com/xpress-framework
* Requires at least: 4.8
* Tested up to: 4.8.1
* License: GPLv2
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*
* Text Domain: xpress-github-dashboard
* Domain Path: /lang/
*
* @package XPress
* @subpackage MVC
*/
// Require necessary classes.
require_once
'
models/github-project.php
'
;
Back
|
FazBrowse Home
|
New Git URL