acf/ajax/check_screen/response

acf/ajax/check_screen/response

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.8.2

apply_filters('acf/ajax/check_screen/response') is found 1 times:

  • /includes/ajax/class-acf-ajax-check-screen.php line 120

    Warning: Undefined array key 125 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    			 * @param array $response     The response array.
    			 * @param array $field_groups The field groups returned for this screen.
    			 * @param array $args         The check_screen request args.
    			 */
    			return apply_filters( 'acf/ajax/check_screen/response', $response, $field_groups, $args );
    		}
    	}
    
    	acf_new_instance( 'ACF_Ajax_Check_Screen' );
    endif; // class_exists check