Skip to content

Instantly share code, notes, and snippets.

@Maden-maxi
Last active April 10, 2017 08:54
Show Gist options
  • Save Maden-maxi/69c553fc3bc4b9d66916d8369303d737 to your computer and use it in GitHub Desktop.
Save Maden-maxi/69c553fc3bc4b9d66916d8369303d737 to your computer and use it in GitHub Desktop.
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