I am currently using oxygen builder to build my website. I want to sort the repeater by using meta_key=acf&orderby=meta_value. Then have buttons that change the acf field. I created a custom function using code snippets. The function is `$value;
update_field(‘acf’,$value)` Then I set the argument in the button. I have three of these buttons all different arguments. But when I click the button only the first button clicked works and it only works once.