acfe/fields/button/ Ajax
-
Hey, is there anyway i can trigger opening a new tab? After success?
I tried -> and i see in the developer console that it shows up in the network tab.
But i want to redirct after success to a page or file.add_action('acfe/fields/button/name=pdf_de_erstellen', 'my_acf_button_ajax', 10, 2); function my_acf_button_ajax($field, $post_id){ require_once 'pdf-create-backend.php'; wp_send_json_success( array( 'url' => 'FILE.pdf' ) ); return true; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘acfe/fields/button/ Ajax’ is closed to new replies.