admin_notices action doesn’t trigger within save_post action
You need to send your notice message – or probably a key that refers to a specific standard notice message – over the URL to the next page. I’d advise encapsulating this in its own function. Something like… public function render_to_pdf() { // … whatever you need to do my_trigger_notice( 1 ); // 1 here … Read more