This commit is contained in:
parent
019d39ce67
commit
ed7cb381b5
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
$communique_id = $args['communique_id'];
|
||||
$communique_file = get_field(selector: 'file', post_id: $communique_id);
|
||||
$communique_file = get_field('file', $communique_id);
|
||||
$communique_file_url = $communique_file['url'];
|
||||
$communique_file_size = size_format($communique_file['filesize']);
|
||||
$communique_file_type = $communique_file['subtype'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user