Last active
April 10, 2017 08:54
-
-
Save Maden-maxi/69c553fc3bc4b9d66916d8369303d737 to your computer and use it in GitHub Desktop.
This file contains 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( 'fw_ext_page_builder_content_wrapper_class', '_fw_page_builder_wrapper_class' ); | |
function _fw_page_builder_wrapper_class($class) | |
{ | |
return 'my-custom-wrapper-class'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment