Skip to content

Instantly share code, notes, and snippets.

@anik
Last active October 12, 2018 19:17
Show Gist options
  • Save anik/3d36f81a0cb13b3cfc9991590e0445b6 to your computer and use it in GitHub Desktop.
Save anik/3d36f81a0cb13b3cfc9991590e0445b6 to your computer and use it in GitHub Desktop.
tests
# Addon Generate.
add_filter( 'wppb_available_addons', 'wppb_dokan_addons_function' );
if ( ! function_exists('wppb_dokan_addons_function')){
function wppb_dokan_addons_function($addons){
$addons[] = 'WPPB_Dokan_Shortcode';
return $addons;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment