{"id":4139,"date":"2018-06-18T16:51:07","date_gmt":"2018-06-18T16:51:07","guid":{"rendered":"https:\/\/demos.welaunch.io\/wordpress-gdpr\/?post_type=faq&p=2231"},"modified":"2020-06-20T12:28:42","modified_gmt":"2020-06-20T10:28:42","slug":"add-change-services-filter","status":"publish","type":"faq","link":"https:\/\/www.welaunch.io\/en\/knowledge-base\/faq\/add-change-services-filter\/","title":{"rendered":"Add \/ Change Services Filter"},"content":{"rendered":"

If you want to reorder, rename or change the icon for the items in the privacy center you can use the following filter:<\/p>\n

wordpress_gdpr_services<\/pre>\n

Description<\/strong><\/p>\n

apply_filters('wordpress_gdpr_services', $privacyCenterItems);<\/pre>\n

One Service Array consists of:<\/strong><\/p>\n

'id'\n'name'\n'cookies'\n'deactivatable'\n'head_script'\n'body_script'\n'adsense'<\/pre>\n

Example Use<\/strong><\/p>\n

\/\/ Change Array of Items\nfunction my_custom_services( $services ) { \n    \n$services = 'test';\n    \n    return $services; \n}; \n         \n\/\/ add the filter \nadd_filter( 'wordpress_gdpr_services', 'my_custom_services', 10, 1 ); \n<\/pre>\n","protected":false},"author":1,"featured_media":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","product_cat":[],"class_list":["post-4139","faq","type-faq","status-publish","hentry","faq_topics-gdpr-filter-hooks"],"_links":{"self":[{"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/faq\/4139","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/comments?post=4139"}],"version-history":[{"count":0,"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/faq\/4139\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/media?parent=4139"}],"wp:term":[{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/product_cat?post=4139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}