Dark Light
SPVM

Safe trade zone to exchange goods in Montreal

The ‘safe trading zone’ launched by the SPVM is a great initiative that provides safety and security to Montrealers when trading online. It is also intended to help stamp out scams and fraudulent activities.

How to programmatically delete a node from Drupal

One can use the Drupal entityQuery to get all the nodes you want to delete. Then use either the node function delete to delete all versions of a specific node or use the function removeTranslation to delete a specific translated version. In this article I show you how to use them.