mirror of
https://github.com/invite-frey/is-woo-payment-fps.git
synced 2025-04-05 05:50:42 +00:00
Moved buffer cleaning
This commit is contained in:
parent
5a91ae20f5
commit
db031403fd
@ -74,8 +74,8 @@ function its_wpf_qrcode_catch()
|
|||||||
$nonce = $_REQUEST['_wpnonce'];
|
$nonce = $_REQUEST['_wpnonce'];
|
||||||
if( $qrcode_string && $nonce && wp_verify_nonce( $nonce, ITS_WPF_PLUGIN_ID ) )
|
if( $qrcode_string && $nonce && wp_verify_nonce( $nonce, ITS_WPF_PLUGIN_ID ) )
|
||||||
{
|
{
|
||||||
ob_clean(); //Clean the output buffer before printing out image
|
|
||||||
require_once('libs/phpqrcode.php');
|
require_once('libs/phpqrcode.php');
|
||||||
|
ob_clean(); //Clean the output buffer before printing out image
|
||||||
header('Content-Type: image/png');
|
header('Content-Type: image/png');
|
||||||
QRcode::png($qrcode_string,false,QR_ECLEVEL_H);
|
QRcode::png($qrcode_string,false,QR_ECLEVEL_H);
|
||||||
exit();
|
exit();
|
||||||
|
Loading…
Reference in New Issue
Block a user