Answers for "how view pdf in custom field through download link"

PHP
0

how view pdf in custom field through download link

/* use this code for field name  not for sub field */		
      <div>  
        <?php 		
		$file=get_field('fifth_content');  
		?>
	    <a href="<?php echo $file; ?>">Download File</a> 
      </div>
Posted by: Guest on October-28-2020

Code answers related to "how view pdf in custom field through download link"

Browse Popular Code Answers by Language