Guest User

Untitled

a guest
Jan 12th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2.  
  3. // Получить свойства CCK поля.
  4. content_fields('field_name', 'node_type');
  5.  
  6. // Допустимые значения.
  7. content_allowed_values(content_fields('field_name', 'node_type'));
Add Comment
Please, Sign In to add comment