Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <?php
  2.  
  3. // 2 function a same
  4. //Instead of features_revert, please use scmp_base_features_revert
  5. //- it does the same thing, but is faster as it ensures the feature
  6. //and feature components are only reverted once per request, thanks.
  7.  
  8.  
  9. scmp_base_features_revert(
  10. array('scmp_content_types' => array('field_base', 'field_instance'))
  11. );
  12.  
  13. features_revert(array(
  14. 'scmp_content_types' => array('field_base', 'field_group', 'field_instance', 'variable'),
  15. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement