PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
ShopPress – Shop Builder for Elementor and WooCommerce
/
trunk
ShopPress – Shop Builder for Elementor and WooCommerce
vtrunk
Overview
Code
Analysis
shop-press
/
blocks
/
src
/
checkout
/
payment-method
/
render.php
shop-press
/
blocks
/
src
/
checkout
/
payment-method
Last commit date
block.json
2 years ago
edit.js
2 years ago
index.js
2 years ago
render.php
2 months ago
render.php
11 lines
1
<
?
php
2
/**
3
* Checkout Payment Method.
4
*
5
*
@package
ShopPress
6
*/
7
8
defined
(
'
ABSPATH
'
)
||
exit
;
9
10
sp_load_builder_template
(
'
checkout/checkout-payment-method
'
,
$
attributes
)
;
11