LATEST ARTICLES

Delete node revision in Drupal 8+

Delete node revision in Drupal 8+ programmatically

0
If you cannot find a way to delete node revision in Drupal 8+ programmatically, take a look at this post, I will show you...
Integration API not working after upgrading to Magento 2.4.4+

Integration API not working after upgrading to Magento 2.4.4+

0
There is an update that make integration API not working after upgrading to Magento 2.4.4+. I will give you some notes to fix the...
How to check if node is published in Drupal 8+

How to check if node is published in Drupal 8+

0
This is a quick tip to check if node is published in Drupal 8+. Since Drupal 8+, entity or node is published when its status...
How to Get Last Content Moderation State in Drupal 8+

How to Get Last Content Moderation State in Drupal 8+

0
If you're using Drupal 8 or above for your website's content moderation, you may need to retrieve the last moderation state of a piece...
Fix Magento 2 issue "Area code not set"

Fix Magento 2 issue “Area code not set”

0
"Area code not set" is a very common issue in Magento 2, especially, during a cron task or executing a console command. I will...