wip payment kind of works with bugs
This commit is contained in:
14
plugins/fipfcard_plugin/php/can_user_pay.php
Normal file
14
plugins/fipfcard_plugin/php/can_user_pay.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* it means someone outside wp is accessing the file, in this case kill it.
|
||||
*/
|
||||
if (!defined('ABSPATH')) {
|
||||
die('You can not access this file!');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user