PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 6.2.4
Pay with Vipps and MobilePay for WooCommerce v6.2.4
6.2.5 6.2.4 6.2.3 6.2.2 6.2.1 6.2.0 6.1.10 6.1.9 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1.0 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.4.3 5.4.2 All 187 releases
woo-vipps / recurring / includes / pages / payment-redirect-page.php

payment-redirect-page.php in Pay with Vipps and MobilePay for WooCommerce 6.2.4, at recurring/includes/pages/payment-redirect-page.php

21 lines 340 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 defined( 'ABSPATH' ) || exit;
4
5 ?>
6
7 <!doctype html>
8 <html <?php language_attributes(); ?>>
9 <head>
10 <meta charset="<?php bloginfo( 'charset' ); ?>">
11 <meta name="viewport" content="width=device-width, initial-scale=1">
12
13 <?php wp_head(); ?>
14 </head>
15
16 <body>
17 <div id="vipps-mobilepay-recurring-app"></div>
18
19 <?php wp_footer(); ?>
20 </body>
21