Skip to content
Open Menu
Home
About
Services
Testimonials
Blog
Product Owner eBook
Drupal
LinkedIn
Twitter
GitHub
snippet
Enter Search Term
Drupal 7 Invite module: Send invite_by_email programmatically
How to use the entity api's entity_metadata_wrapper() to send invitation emails provided by the invite_by_email module. This approach can easily be setup as a custom rule action to provide significant flexibility.
Read More
WordPress: Get taxonomy hierarchy, including children
This function provides a complete hierarchy of taxonomy terms from the given taxonomy using get_terms(), and stores each term's children within an array as the property named children.
Read More