caldera_forms_admin_assets_scripts_registered

Caldera Forms logo and name

This action runs after Caldera Forms JavaScript and CSS are registered in the admin. After this action has run, it is safe to de-register or replace Caldera Forms JavaScript and CSS that runs in the admin.

This action has no parameters.

This action was added in Caldera Forms 1.5.0

Where Does This Code Go?

When using WordPress hooks to customize Caldera Forms or other plugins you should not modify the plugin files, or you will lose your changes when you update the plugin. Instead you should create a small plugin to hold the custom code. It's easy, learn how here.

Technically you can add the custom code to your theme's functions.php, but then you will not be able to change your theme and keep these customizations.

Learn More