|
1 | | - |
2 | | -<title>Paystack Invoice</title> |
3 | | -<?php |
4 | | -define('WP_USE_THEMES', true); |
5 | | - |
6 | | -/** Loads the WordPress Environment and Template */ |
7 | | -require(get_template_directory() . '/wp-blog-header.php' ); |
8 | | -//call the wp head so you can get most of your wordpress |
9 | | -get_header(); |
10 | | -?> |
11 | | - |
12 | | - <?php |
13 | | - echo @$_GET['code']; |
14 | | - |
15 | | - ?> |
16 | | -<h1>Here's my plugin front-end page</h1> |
17 | | -<h2>You can put anything you want in this php file.</h2> |
18 | | -<h2>You can put anything you want in this php file.</h2> |
19 | | -<h2>You can put anything you want in this php file.</h2> |
20 | | -<h2>You can put anything you want in this php file.</h2> |
21 | | -<h2>You can put anything you want in this php file.</h2> |
22 | | -<h2>You can put anything you want in this php file.</h2> |
23 | | -<h2>You can put anything you want in this php file.</h2> |
24 | | -<h2>You can put anything you want in this php file.</h2> |
25 | | -<h2>You can put anything you want in this php file.</h2> |
26 | | -<h2>You can put anything you want in this php file.</h2> |
27 | | -<h2>You can put anything you want in this php file.</h2> |
28 | | -<h2>You can put anything you want in this php file.</h2> |
29 | | -<h2>You can put anything you want in this php file.</h2> |
30 | | -<h2>You can put anything you want in this php file.</h2> |
31 | | -<h2>You can put anything you want in this php file.</h2> |
32 | | -<h2>You can put anything you want in this php file.</h2> |
33 | | -<h2>You can put anything you want in this php file.</h2> |
34 | | -<h2>You can put anything you want in this php file.</h2> |
35 | | -<h2>You can put anything you want in this php file.</h2> |
36 | | -<h2>You can put anything you want in this php file.</h2> |
37 | | -<?php |
38 | | -//call the wp foooter |
39 | | -get_footer(); |
40 | | -?> |
0 commit comments