M4HD1BD

Directorist - Textarea HTML

Mar 10th, 2022
1,421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.52 KB | None | 0 0
  1. <?php
  2. /**
  3.  * @author  wpWax
  4.  * @since   6.7
  5.  * @version 7.0.5.2
  6.  */
  7.  
  8. if ( ! defined( 'ABSPATH' ) ) exit;
  9. ?>
  10.  
  11. <div class="directorist-single-info directorist-single-info-textarea">
  12.  
  13.     <div class="directorist-single-info__label">
  14.         <span class="directorist-single-info__label-icon"><?php directorist_icon( $icon );?></span>
  15.         <span class="directorist-single-info__label--text"><?php echo esc_html( $data['label'] ); ?></span>
  16.     </div>
  17.    
  18.     <div class="directorist-single-info__value"><?php echo $value;  ?></div>
  19.    
  20. </div>
Advertisement
Add Comment
Please, Sign In to add comment