Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created April 2, 2017 19:11
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/841e12710c7e14a86f0c205d224112ab to your computer and use it in GitHub Desktop.
Save Shelob9/841e12710c7e14a86f0c205d224112ab to your computer and use it in GitHub Desktop.
<?php
add_action( 'caldera_forms_pre_load_processors', function(){
new CF_Apex_Processor( function_with_processor_config(), function_with_processor_fields(), 'apex-processor' );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment