{"id":315,"date":"2020-03-11T08:02:33","date_gmt":"2020-03-11T08:02:33","guid":{"rendered":"https:\/\/stockpack.co\/blog\/?p=315"},"modified":"2020-06-11T16:24:15","modified_gmt":"2020-06-11T16:24:15","slug":"stockpack-settings-capability-filter","status":"publish","type":"post","link":"https:\/\/stockpack.co\/blog\/stockpack-settings-capability-filter\/","title":{"rendered":"StockPack settings capability filter"},"content":{"rendered":"\n<p>If you are looking to restrict the users that are allowed to edit StockPack settings, you can update the capability for which the settings page will be loaded. <\/p>\n\n\n\n<!--more-->\n\n\n\n<p>Here&#8217;s a sample code that restricts the StockPack settings page to only users that are allowed to upload files. <\/p>\n\n\n\n<div style=\"height: 250px; position:relative; margin-bottom: 50px;\" class=\"wp-block-simple-code-block-ace\"><pre class=\"wp-block-simple-code-block-ace\" style=\"position:absolute;top:0;right:0;bottom:0;left:0\" data-mode=\"php\" data-theme=\"monokai\" data-fontsize=\"14\" data-lines=\"Infinity\" data-showlines=\"true\" data-copy=\"false\">&lt;?php\n\nadd_filter( 'stockpack_settings_capability', 'stockpack_settings' );\n\nfunction stockpack_settings( $capability ) {\n   return 'upload_files';\n}<\/pre><\/div>\n\n\n\n<p>If you have any questions, feel free to contact us via <a href=\"https:\/\/stockpack.co\/contact\">https:\/\/stockpack.co\/contact<\/a> <\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are looking to restrict the users that are allowed to edit StockPack settings, you can update the capability for which the settings page will be loaded.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23,11],"tags":[],"class_list":["post-315","post","type-post","status-publish","format-standard","hentry","category-documentation","category-help"],"_links":{"self":[{"href":"https:\/\/stockpack.co\/blog\/wp-json\/wp\/v2\/posts\/315","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stockpack.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stockpack.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stockpack.co\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stockpack.co\/blog\/wp-json\/wp\/v2\/comments?post=315"}],"version-history":[{"count":4,"href":"https:\/\/stockpack.co\/blog\/wp-json\/wp\/v2\/posts\/315\/revisions"}],"predecessor-version":[{"id":341,"href":"https:\/\/stockpack.co\/blog\/wp-json\/wp\/v2\/posts\/315\/revisions\/341"}],"wp:attachment":[{"href":"https:\/\/stockpack.co\/blog\/wp-json\/wp\/v2\/media?parent=315"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stockpack.co\/blog\/wp-json\/wp\/v2\/categories?post=315"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stockpack.co\/blog\/wp-json\/wp\/v2\/tags?post=315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}