Description
Filter availability of centralized field hopper assembly tool in the form editor.
Usage
Filter availability
add_filter( 'gravityhopper-cf/enable_assembler', 'my_custom_callback' );
Parameters
is_enabled : bool
Whether or not assembly tool is enabled. Default is false
.