Skip to content

Instantly share code, notes, and snippets.

@mrkdevelopment
Created October 25, 2020 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrkdevelopment/e3b1cb80eb0e9a52bc2c70191d86ffb8 to your computer and use it in GitHub Desktop.
Save mrkdevelopment/e3b1cb80eb0e9a52bc2c70191d86ffb8 to your computer and use it in GitHub Desktop.
Hook to stop Divi Check in Gravity Forms Styler for Divi Plugin
function setNoDiviCheck(){
return false;
}
add_filter( 'mrkwp_gfwp_test_divi', 'setNoDiviCheck' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment