Skip to main content

All Questions

Tagged with
1 vote
0 answers
123 views

How can I make a proxy call to this Wordpress PHP function, one time without a parameter, other time with?

So in Wordpress, I have a hook for an ajax action, that looks like this: add_action( 'wp_ajax_myhook', __NAMESPACE__ .'\myhook' ); function myhook() { $username = "[email protected]"...
AviG's user avatar
  • 382
3 votes
1 answer
730 views

WordPress Attachment Taxonomy Checkbox Group Not Saving In Grid View

I created a taxonomy and attached it to the attachments or Media. I am using Advanced Custom Fields to add a taxonomy field which is displayed as checkbox group. It adds the fields correctly to the ...
James's user avatar
  • 720