LV – Temp Clear WPCode Cache
delete_option(‘wpcode_snippets’);
TEMP – Fix JetEngine Restrict Admin
add_action(‘init’, function() { $key = ‘jet-engine-profile-builder-settings’; $s = get_option($key, []); if (!empty($s[‘restrict_admin’])) { $s[‘restrict_admin’] = false; update_option($key, $s); } }, 999);
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!