// Shortcode pour l'initiation de commande add_shortcode('miassar_payment_initiate_transaction', 'miassar_payment_initiate_transaction_shortcode'); function miassar_payment_initiate_transaction_shortcode() { if (!is_user_logged_in()) { return '

🔐 Veuillez vous connecter pour accĂ©der Ă  cette page.

'; } $template_path = MIASSAR_PAYMENT_PLUGIN_DIR . 'templates/vendor/initiate-transaction.php'; if (file_exists($template_path)) { ob_start(); include $template_path; return ob_get_clean(); } else { return '

❌ Le template est manquant. Veuillez contacter l\'administrateur.

'; } }
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wordpress/wp-content/plugins/miassar-payment-system/miassar-payment-system.php:228) in /var/www/html/wordpress/wp-includes/pluggable.php on line 1535

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wordpress/wp-content/plugins/miassar-payment-system/miassar-payment-system.php:228) in /var/www/html/wordpress/wp-includes/pluggable.php on line 1538