Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Nov 9, 2022
0 parents commit 9d29c05
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# WPorg Two-Factor

WordPress.org-specific customizations for the Two Factor plugin

## Security

Please privately report any potential security issues to the [WordPress HackerOne](https://hackerone.com/wordpress) program.
14 changes: 14 additions & 0 deletions wporg-two-factor.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

/**
* Plugin Name: WordPress.org Two Factor
* Description: WordPress.org-specific customizations for the Two Factor plugin.
* License: GPLv2 or later
* Text Domain: wporg
* Network: true
* Update URI: false
*/

namespace WordPressdotorg\Two_Factor;
defined( 'WPINC' ) || die();

0 comments on commit 9d29c05

Please sign in to comment.