- tests on editing author page with acf fields

- some reflexions on registrations
This commit is contained in:
asus
2024-02-29 23:45:02 +01:00
parent 6e88bba879
commit bd30c97194
7 changed files with 114 additions and 241 deletions

View File

@@ -38,6 +38,10 @@ add_action('template_redirect', 'check_paypal_request');
/**
* call to paypal_shortcode_content()
*/
function fipf_paypal_shortcode_content()
{
$fipfcard_paypal = new PLGNTLS_class();
@@ -67,6 +71,9 @@ function fipf_paypal_shortcode_content()
return $added_to_front;
}
add_shortcode('fipf_paypal_shortcode', 'fipf_paypal_shortcode_content');
/**
@@ -100,5 +107,4 @@ function fipf_routes_endpoints()
add_action('rest_api_init', 'fipf_routes_endpoints');
?>