{"id":3327,"date":"2020-09-19T09:55:22","date_gmt":"2020-09-19T08:55:22","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=3327"},"modified":"2022-02-17T07:13:47","modified_gmt":"2022-02-17T07:13:47","slug":"plugin-hooks","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/wordpress\/plugins\/create-your-own-plugin\/plugin-hooks","title":{"rendered":"Plugin hooks"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Plugin activated<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/***************************************\r\n\/\/***************************************\r\n\/\/********** PLUGIN ACTIVATION **********\r\n\/\/***************************************\r\n\/\/***************************************\r\nregister_activation_hook( __FILE__, 'odac_quick_lists_activate' );\r\nfunction odac_quick_lists_activate()\r\n{\r\n  \r\n  \/\/----- CREATE OUR CUSTOM TABLES -----\r\n  odac_admin_update_database();\r\n  \r\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Plugin activated<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[251],"tags":[],"class_list":["post-3327","post","type-post","status-publish","format-standard","hentry","category-create-your-own-plugin"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3327","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=3327"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3327\/revisions"}],"predecessor-version":[{"id":3328,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3327\/revisions\/3328"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=3327"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=3327"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=3327"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}