Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created April 2, 2017 17:34
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/1db53e97e8fbb25c8854a9230a089372 to your computer and use it in GitHub Desktop.
Save Shelob9/1db53e97e8fbb25c8854a9230a089372 to your computer and use it in GitHub Desktop.
Example of registering a Caldera Forms add-on with the Caldera Forms auto-loader. See: https://calderaforms.com/doc/using-caldera-forms-autoloader/
<?php
add_action( 'caldera_forms_includes_complete', function(){
Caldera_Forms_Autoloader::add_root( 'CF_Roy', __DIR__ . '/classes' );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment