Skip to content

Instantly share code, notes, and snippets.

@joychetry
Created April 2, 2024 08:21
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 joychetry/ff1029601d59f2213d607decd40e9583 to your computer and use it in GitHub Desktop.
Save joychetry/ff1029601d59f2213d607decd40e9583 to your computer and use it in GitHub Desktop.
Bricks Builder: Avoid blank screen on inside editor.
<?php
//Your code wrapped inside this condition
if( !bricks_is_builder() && !current_user_can('administrator') ){
//Your code here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment