From 4517ed075aee8ca5a63627ab69733899bf7395d7 Mon Sep 17 00:00:00 2001 From: Szymon Kasprzyk Date: Mon, 18 Nov 2024 13:03:54 +0100 Subject: [PATCH] updates embl_taxonomy acf field name --- wp-content/plugins/embl-taxonomy/embl-taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/plugins/embl-taxonomy/embl-taxonomy.php b/wp-content/plugins/embl-taxonomy/embl-taxonomy.php index d3f27230f..0ef111ba2 100644 --- a/wp-content/plugins/embl-taxonomy/embl-taxonomy.php +++ b/wp-content/plugins/embl-taxonomy/embl-taxonomy.php @@ -231,7 +231,7 @@ function embl_taxonomy_get_url() { /** * Filters the list of terms in the taxonomy picker */ -add_filter('acf/fields/taxonomy/query/name=embl_2taxonomy', function( $args, $field, $post_id ) { +add_filter('acf/fields/taxonomy/query/name=vfwp-news_embl_taxonomy', function( $args, $field, $post_id ) { // Set up the arguments for retrieving terms $args_terms = array(