prefixed all paypal related fonctions with fipf

This commit is contained in:
asus
2024-02-25 15:00:21 +01:00
parent 4e094889c7
commit ec18dc60b4
6 changed files with 59 additions and 60 deletions

View File

@@ -98,7 +98,7 @@ add_shortcode('custom_frontend_posting_form', 'custom_frontend_posting_form');
* call to paypal_shortcode_content()
*/
include_once(PLGNTLS_class::get_path() . '/php/paypal/paypal.php');
add_shortcode('fipf_paypal_shortcode', 'paypal_shortcode_content');
add_shortcode('fipf_paypal_shortcode', 'fipf_paypal_shortcode_content');