swte

Beaver Builder fix

Jun 16th, 2025
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2. /**
  3.  * Plugin Name: FLBuilder Fix
  4.  */
  5.  
  6. if (
  7.     isset($_POST['fl_builder_data']['action']) &&
  8.     $_POST['fl_builder_data']['action'] === 'render_legacy_settings'
  9. ) {
  10.    $_GET['noshifty'] = 1;
  11. }
  12.  
Advertisement
Add Comment
Please, Sign In to add comment