Tagged: Gravity
Hi,
I’ve replaced the code as suggested here: https://kriesi.at/support/topic/a-conflict-with-gravity-forms/#post-405917
But it gives me an error when I click on Forms (to see the list of forms) – screen shot is in the private section.
I couldn’t reply on the previous topic because it has been locked so I created this one.
For now, I have commented out this section:
//add_action( 'current_screen', 'avia_add_gf_button_to_editor' );
//function avia_add_gf_button_to_editor( $screen ) {
// if ( $screen->base == 'post' ) {
// add_filter( 'gform_display_add_form_button', function(){ return true; }, 10, 1 );
// }
//}