{"id":3731,"date":"2017-09-06T13:55:00","date_gmt":"2017-09-06T13:55:00","guid":{"rendered":"https:\/\/purelysupp.com\/wordpress\/?p=3731"},"modified":"2022-10-17T13:51:17","modified_gmt":"2022-10-17T13:51:17","slug":"disable-wordpress-plugin-deactivation","status":"publish","type":"post","link":"https:\/\/purelysupp.com\/wordpress\/wordpress-core\/disable-wordpress-plugin-deactivation\/","title":{"rendered":"Disable WordPress Plugin Deactivation"},"content":{"rendered":"\n<p>Add the following code to your WordPress theme&#8217;s function.php file, or a functionality plugin.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>add_filter( 'plugin_action_links', 'slt_lock_plugins', 10, 4 );\nfunction slt_lock_plugins( $actions, $plugin_file, $plugin_data, $context ) {\n\t\/\/ Remove edit link for all\n\tif ( array_key_exists( 'edit', $actions ) )\n\t\tunset( $actions&#91;'edit'] );\n\t\/\/ Remove deactivate link for crucial plugins\n\tif ( array_key_exists( 'deactivate', $actions ) &amp;&amp; in_array( $plugin_file, array(\n\t\t'slt-custom-fields\/slt-custom-fields.php',\n\t\t'slt-file-select\/slt-file-select.php',\n\t\t'slt-simple-events\/slt-simple-events.php',\n\t\t'slt-widgets\/slt-widgets.php'\n\t)))\n\t\tunset( $actions&#91;'deactivate'] );\n\treturn $actions;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Add the following code to your WordPress theme&#8217;s function.php file, or a functionality plugin.<\/p>\n","protected":false},"author":1,"featured_media":3547,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","iawp_total_views":3,"wds_primary_category":88,"footnotes":""},"categories":[88],"tags":[110,81,84],"class_list":{"0":"post-3731","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-wordpress-core","8":"tag-code","9":"tag-plugins","10":"tag-wp-core","11":"entry"},"featured_image_src":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2018\/09\/code-snippits-600x400.jpg","featured_image_src_square":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2018\/09\/code-snippits-600x515.jpg","author_info":{"display_name":"Jack Alltrade","author_link":"https:\/\/purelysupp.com\/wordpress\/author\/jacka11trade\/"},"_links":{"self":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3731","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/comments?post=3731"}],"version-history":[{"count":2,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3731\/revisions"}],"predecessor-version":[{"id":10718,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3731\/revisions\/10718"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media\/3547"}],"wp:attachment":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media?parent=3731"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/categories?post=3731"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/tags?post=3731"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}