-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
03f0aec
commit cd1a002
Showing
2 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?php | ||
/** | ||
* Omnisend plugin | ||
* | ||
* Plugin Name: Omnisend | ||
* Description: Omnisend main plugin that enables integration with Omnisend. | ||
* Version: 1.0.0 | ||
* Author: Omnisend | ||
* Author URI: https://www.omnisend.com | ||
* Developer: Omnisend | ||
* Developer URI: https://developers.omnisend.com | ||
* Text Domain: omnisend | ||
* ------------------------------------------------------------------------ | ||
* Copyright 2024 Omnisend | ||
* License: GNU General Public License v3.0 | ||
* License URI: http://www.gnu.org/licenses/gpl-3.0.html | ||
* | ||
* @package OmnisendPlugin | ||
*/ | ||
|
||
if ( ! defined( 'ABSPATH' ) ) { | ||
exit; | ||
} | ||
|
||
class Omnisend_Bootstrap { | ||
} |