29 $KWS_GF_Change_Lead_Creator =
new KWS_GF_Change_Lead_Creator;
32 remove_action(
'admin_init', array( $KWS_GF_Change_Lead_Creator,
'set_screen_mode' ) );
34 remove_action(
"gform_entry_info", array( $KWS_GF_Change_Lead_Creator,
'add_select' ), 10 );
36 remove_action(
"gform_after_update_entry", array( $KWS_GF_Change_Lead_Creator,
'update_entry_creator' ), 10 );
Abstract class that makes it easy for plugins and themes to register no-conflict scripts and styles...