Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created April 30, 2020 01:09
Show Gist options
  • Save ahmedeshaan/c0f1a78b33cdcd7a4eeeedeb54f7ccf5 to your computer and use it in GitHub Desktop.
Save ahmedeshaan/c0f1a78b33cdcd7a4eeeedeb54f7ccf5 to your computer and use it in GitHub Desktop.
add_filter( 'flatsome_custom_product_single_product_hooks', function( $array ) {
$array['more_hooks'] = 'more_hooks';
return $array;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment