Skip to content

Commit

Permalink
Merge pull request #1383 from visual-framework/taxonomy
Browse files Browse the repository at this point in the history
updates embl_taxonomy acf field name
  • Loading branch information
kasprzyk-sz authored Nov 18, 2024
2 parents ad7cb5c + 4517ed0 commit 9775178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/plugins/embl-taxonomy/embl-taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 9775178

Please sign in to comment.