Created
April 30, 2020 01:09
-
-
Save ahmedeshaan/c0f1a78b33cdcd7a4eeeedeb54f7ccf5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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