Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created October 24, 2019 09:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plugin-republic/9863d698a5e302d7aa50fb191f8ed0fc to your computer and use it in GitHub Desktop.
Save plugin-republic/9863d698a5e302d7aa50fb191f8ed0fc to your computer and use it in GitHub Desktop.
<?php
/**
* Use AJAX to load add-ons on product edit screens
*/
add_filter( 'pewc_enable_ajax_load_addons', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment