acf-admin-button-field
acf-admin-button-field copied to clipboard
Create a button in the admin screen that will either open another URL
Seems to have a bunch of issues so I gave up quickly. Notably: - Fields for inputting what happens when the button is clicked or the URL were not visible...
Hello, I recently stumbled across your ACF field and had a question. If I try an AJAX GET with the following it works great: /wp-admin/admin-ajax.php?action=some_action If I try following your...
So I am wanting to use the button to run a WordPress function. Is this possible?
Hi, What should be the AJAX url if I want to update the order page when i click on save
Or am i using it wrong? ``` Configuration ‹ Tstopdf Dev — WordPress addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}}; var ajaxurl = '/wp-admin/admin-ajax.php', pagenow = 'toplevel_page_tstopdf-configuration', typenow = '',...