acf/translate_{$this->hook_name}
acf/translate_{$this->hook_name}
Appears in: advanced-custom-fields.6.2.4
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.2.4apply_filters('acf/translate_{$this->hook_name}') is found 3 times:
- /includes/class-acf-internal-post-type.php line 341
* @since 5.0.0 * * @param array $post The post array. */ $post = apply_filters( "acf/translate_{$this->hook_name}", $post ); } return $post; } /**
- /includes/post-types/class-acf-post-type.php line 696
* @since 5.0.0 * * @param array $post The post array. */ $post = apply_filters( "acf/translate_{$this->hook_name}", $post ); } return $post; } /**
- /includes/post-types/class-acf-taxonomy.php line 594
* @since 5.0.0 * * @param array $post The post array. */ $post = apply_filters( "acf/translate_{$this->hook_name}", $post ); } return $post; } /**