acf-admin-button-field icon indicating copy to clipboard operation
acf-admin-button-field copied to clipboard

Need help on using the Ajax Button

Open samjco opened this issue 5 years ago • 1 comments

So I am wanting to use the button to run a WordPress function. Is this possible?

samjco avatar Mar 05 '19 17:03 samjco

Yes, you'll need to setup a wp_ajax hook on the function, then call that hook

SnakeO avatar Mar 06 '19 06:03 SnakeO