Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * Plugin Name: FLBuilder Fix
- */
- if (
- isset($_POST['fl_builder_data']['action']) &&
- $_POST['fl_builder_data']['action'] === 'render_legacy_settings'
- ) {
- $_GET['noshifty'] = 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment