verygoodplugins

Untitled

Feb 18th, 2022 (edited)
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. add_filter( 'wpf_integrations', function( $integrations ) {
  2.     unset( $integrations['elementor-forms'] );
  3.     unset( $integrations['elementor'] );
  4.     return $integrations;
  5. } );
Add Comment
Please, Sign In to add comment