-
Notifications
You must be signed in to change notification settings - Fork 22
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
Showing
4 changed files
with
6 additions
and
43 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 |
---|---|---|
@@ -1,40 +0,0 @@ | ||
|
||
<title>Paystack Invoice</title> | ||
<?php | ||
define('WP_USE_THEMES', true); | ||
|
||
/** Loads the WordPress Environment and Template */ | ||
require(get_template_directory() . '/wp-blog-header.php' ); | ||
//call the wp head so you can get most of your wordpress | ||
get_header(); | ||
?> | ||
|
||
<?php | ||
echo @$_GET['code']; | ||
|
||
?> | ||
<h1>Here's my plugin front-end page</h1> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<h2>You can put anything you want in this php file.</h2> | ||
<?php | ||
//call the wp foooter | ||
get_footer(); | ||
?> | ||
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 |
---|---|---|
|
@@ -658,7 +658,9 @@ function kkd_pff_paystack_form_shortcode($atts) { | |
|
||
// echo '</form>'; | ||
echo '<div class="span12 unit"> | ||
<small><span style="color: red;">*</span> are compulsory</small><br /> | ||
<img src="'. plugins_url( '../images/[email protected]' , __FILE__ ) .'" alt="cardlogos" class="paystack-cardlogos size-full wp-image-1096" /> | ||
<button type="reset" class="secondary-btn">Reset</button> | ||
<button type="submit" class="primary-btn">'.$paybtn.'</button> | ||
</div>'; | ||
|
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