Skip to content

Instantly share code, notes, and snippets.

@New0
Last active January 26, 2023 00:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save New0/1bb86a633b573c31e922c1b399fce656 to your computer and use it in GitHub Desktop.
Save New0/1bb86a633b573c31e922c1b399fce656 to your computer and use it in GitHub Desktop.
Show Pro settings in Caldera Forms if disconnected ( this can be activated as a WordPress plugin using the Download Zip button )
<?php
/**
* Plugin Name: CF Show Pro UI
* Description: Show Caldera Forms pro settings
* Author: Caldera Forms
**/
//Force Pro settings to show
add_filter('caldera_forms_show_pro_ui', '__return_true');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment