FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
example-plugin/example-plugin.php at master · wp-phpunit/example-plugin · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
wp-phpunit
/
example-plugin
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
14
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
example-plugin
/
example-plugin.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (12 loc) · 315 Bytes
Breadcrumbs
example-plugin
/
example-plugin.php
Copy path
File metadata and controls
13 lines (12 loc) · 315 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
<?php
/**
* Plugin Name: WP PHPUnit Example Plugin
* Description: A complete example for using WP PHPUnit with plugin development
* Plugin URI: https://github.com/wp-phpunit/
* Author: Evan Mattson
* Author URI: https://aaemnnost.tv
* Version: 1.0
*/
function
example_plugin_file
() {
return
__FILE__
;
}
Back
|
FazBrowse Home
|
New Git URL