{"id":45283,"date":"2016-04-08T15:06:34","date_gmt":"2016-04-08T15:06:34","guid":{"rendered":"http:\/\/webkul.com\/blog\/?p=45283"},"modified":"2016-04-08T15:06:34","modified_gmt":"2016-04-08T15:06:34","slug":"global-action-hook-add-update-delete-function-prestashop","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/","title":{"rendered":"Global action hook with add, update and delete function in Prestashop"},"content":{"rendered":"<p>If you want to perform any action Before Or After prestashop backend activities like add, update, and delete to different types of entities then you can use following hooks &#8211;<\/p>\n<p>These hooks are defined in add, update and delete function of ObjectModel class of Prestashop.<\/p>\n<h4><strong>1. For Add function &#8211;\u00a0<\/strong><\/h4>\n<p>&nbsp;<\/p>\n<ul>\n<li>\n<h4>Action Before Activity &#8211;<\/h4>\n<\/li>\n<\/ul>\n<pre class=\"brush:php\">Hook::exec('actionObject'.get_class($this).'AddBefore', array('object' =&gt; $this));<\/pre>\n<p>Here, get_class($this) defines your class name and array(&#8216;object&#8217; =&gt; $this) defines object with\u00a0a particular ID of that class.<\/p>\n<p>For example, if you want to perform any action of your module BEFORE add product in prestashop catalog then you can use this hook. For this, Hook name will be &#8216;<strong>actionObjectProductAddBefore<\/strong>&#8216;.<\/p>\n<p>All hooks will work similarly.<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>\n<h4>Action After Activity &#8211;<\/h4>\n<\/li>\n<\/ul>\n<pre class=\"brush:php\">Hook::exec('actionObject'.get_class($this).'AddAfter', array('object' =&gt; $this));<\/pre>\n<p>Ex. Hook name for product &#8211; &#8216;<strong>actionObjectProductAddAfter<\/strong>&#8216;<\/p>\n<h4><strong>2. For Update function &#8211;<\/strong><\/h4>\n<p>&nbsp;<\/p>\n<ul>\n<li>\n<h4>Action Before Activity &#8211;<\/h4>\n<\/li>\n<\/ul>\n<pre class=\"brush:php\">Hook::exec('actionObject'.get_class($this).'UpdateBefore', array('object' =&gt; $this));<\/pre>\n<p>Ex. Hook name for product &#8211; &#8216;<strong>actionObjectProductUpdateBefore<\/strong>&#8216;<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>\n<h4>Action After Activity &#8211;<\/h4>\n<\/li>\n<\/ul>\n<pre class=\"brush:php\">Hook::exec('actionObject'.get_class($this).'UpdateAfter', array('object' =&gt; $this));<\/pre>\n<p>Ex. Hook name for product &#8211; &#8216;<strong>actionObjectProductUpdateAfter<\/strong>&#8216;<\/p>\n<h4><strong> 3. For Delete function &#8211;<\/strong><\/h4>\n<p>&nbsp;<\/p>\n<ul>\n<li>\n<h4>Action Before Activity &#8211;<\/h4>\n<\/li>\n<\/ul>\n<pre class=\"brush:php\">Hook::exec('actionObject'.get_class($this).'DeleteBefore', array('object' =&gt; $this));<\/pre>\n<p>Ex. Hook name for product &#8211; &#8216;<strong>actionObjectProductDeleteBefore<\/strong>&#8216;<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>\n<h4>Action After Activity &#8211;<\/h4>\n<\/li>\n<\/ul>\n<pre class=\"brush:php\">Hook::exec('actionObject'.get_class($this).'DeleteAfter', array('object' =&gt; $this));<\/pre>\n<p>Ex. Hook name for product &#8211; &#8216;<strong>actionObjectProductDeleteAfter<\/strong>&#8216;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you want to perform any action Before Or After prestashop backend activities like add, update, and delete to different types of entities then you can use following hooks &#8211; These hooks are defined in add, update and delete function of ObjectModel class of Prestashop. 1. For Add function &#8211;\u00a0 &nbsp; Action Before Activity &#8211; <a href=\"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":82,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-45283","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Global action hook with add, update and delete function in Prestashop<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Global action hook with add, update and delete function in Prestashop\" \/>\n<meta property=\"og:description\" content=\"If you want to perform any action Before Or After prestashop backend activities like add, update, and delete to different types of entities then you can use following hooks &#8211; These hooks are defined in add, update and delete function of ObjectModel class of Prestashop. 1. For Add function &#8211;\u00a0 &nbsp; Action Before Activity &#8211; [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2016-04-08T15:06:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-og.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Neeraj\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Neeraj\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/\"},\"author\":{\"name\":\"Neeraj\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/741818aa2ccafbb9688f6108bfd94273\"},\"headline\":\"Global action hook with add, update and delete function in Prestashop\",\"datePublished\":\"2016-04-08T15:06:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/\"},\"wordCount\":191,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/\",\"url\":\"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/\",\"name\":\"Global action hook with add, update and delete function in Prestashop\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"datePublished\":\"2016-04-08T15:06:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Global action hook with add, update and delete function in Prestashop\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/741818aa2ccafbb9688f6108bfd94273\",\"name\":\"Neeraj\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f45246e2a6b765786af5b102a8adbc375466c87b477afa9d5c7bf6777d4f2566?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f45246e2a6b765786af5b102a8adbc375466c87b477afa9d5c7bf6777d4f2566?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Neeraj\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/neeraj751\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Global action hook with add, update and delete function in Prestashop","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/","og_locale":"en_US","og_type":"article","og_title":"Global action hook with add, update and delete function in Prestashop","og_description":"If you want to perform any action Before Or After prestashop backend activities like add, update, and delete to different types of entities then you can use following hooks &#8211; These hooks are defined in add, update and delete function of ObjectModel class of Prestashop. 1. For Add function &#8211;\u00a0 &nbsp; Action Before Activity &#8211; [...]","og_url":"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2016-04-08T15:06:34+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-og.png","type":"image\/png"}],"author":"Neeraj","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Neeraj","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/"},"author":{"name":"Neeraj","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/741818aa2ccafbb9688f6108bfd94273"},"headline":"Global action hook with add, update and delete function in Prestashop","datePublished":"2016-04-08T15:06:34+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/"},"wordCount":191,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/","url":"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/","name":"Global action hook with add, update and delete function in Prestashop","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"datePublished":"2016-04-08T15:06:34+00:00","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/global-action-hook-add-update-delete-function-prestashop\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Global action hook with add, update and delete function in Prestashop"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/741818aa2ccafbb9688f6108bfd94273","name":"Neeraj","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f45246e2a6b765786af5b102a8adbc375466c87b477afa9d5c7bf6777d4f2566?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f45246e2a6b765786af5b102a8adbc375466c87b477afa9d5c7bf6777d4f2566?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Neeraj"},"url":"https:\/\/webkul.com\/blog\/author\/neeraj751\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/45283","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/82"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=45283"}],"version-history":[{"count":23,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/45283\/revisions"}],"predecessor-version":[{"id":67795,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/45283\/revisions\/67795"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=45283"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=45283"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=45283"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}