Interesting Shahriar,
Thanks.
So with it I could open a Page where my facebook pixel is if I put this in a new plugin.
I’m not a full time php programmer (I’m .NET). Can you maybe tell me the line to open a page (so that I dont need to search on net)
the page is:
https://www.mypage.com/thankyou
<?php
add_action(“after_download”, “download_thankyoupage”,10,1);
function download_thankyoupage($package){
$package_data = get_post($package[‘ID’]);
LINE TO OPEN THE PAGE IN NEW TAB
}
?>