acf/pre_load_metadata, null, $post_id, $field[name], $hidden
acf/pre_load_metadata, null, $post_id, $field[name], $hidden
Appears in: advanced-custom-fields.6.8.6
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.8.6apply_filters('acf/pre_load_metadata, null, $post_id, $field[name], $hidden') is found 1 times:
- /includes/acf-meta-functions.php line 393
return null; } // Allow filter to short-circuit logic. $null = apply_filters( 'acf/pre_load_metadata', null, $post_id, $field['name'], $hidden ); if ( $null !== null ) { return ( $null === '__return_null' ) ? null : $null; } // Decode the $post_id for $type and $id. $decoded = acf_decode_post_id( $post_id );