Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created September 21, 2017 21:53
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 Shelob9/4a71533d14669de9ee85597d4fe2d87b to your computer and use it in GitHub Desktop.
Save Shelob9/4a71533d14669de9ee85597d4fe2d87b to your computer and use it in GitHub Desktop.
<?php
/**
* Prioritize logged in data over data from a more recent session, while user was logged out when loading progress in a connected Caldera Form.
*/
add_filter( 'cf_form_connector_prioritize_logged_out', '__return_false' );
@Shelob9
Copy link
Author

Shelob9 commented Sep 21, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment