admin管理员组

文章数量:1278789

Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 3 years ago.

Improve this question

Which capabilities are there in Gravity Forms Salesforce plugin and what do they do?

Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 3 years ago.

Improve this question

Which capabilities are there in Gravity Forms Salesforce plugin and what do they do?

Share Improve this question asked Oct 18, 2021 at 15:42 Evert S.Evert S. 111 bronze badge 4
  • 1 Sounds like a perfect question for their support :) Sorry, but third party plugin questions are off topic here. – kero Commented Oct 18, 2021 at 15:44
  • @kero Serious question, is there, 'I was looking for an answer but couldn't find it on Stack, so I made a topic so others don't have to search' thing where we can post stuff like this for future reverence, even if its a third-party plugin? – Evert S. Commented Oct 18, 2021 at 15:51
  • StackExchange isn't the place to go looking for 3rd-party support. Here's what the help page page has to say about 3rd-party plugins & themes: As these required detailed knowledge of the workings of those plugins and themes, support is difficult and with thousands of plugins and themes available such knowledge is very specialized. Please consult the appropriate support forum for the plugin or theme in question. – Pat J Commented Oct 18, 2021 at 16:35
  • @EvertSlagter Feel free to open a question on meta to discuss this. My personal opinion: the question is off topic, so I voted to close it. You self-answering a question (before it gets closed) I welcome (and might upvote if I think it is a good answer), for the same reason you stated here. But that doesn't make the question on topic suddenly. – kero Commented Oct 19, 2021 at 8:57
Add a comment  | 

1 Answer 1

Reset to default 1

Found the capabilities, most are self explanatory.

<?php

array(

  'vxg_salesforce_read_feeds' => true,
  'vxg_salesforce_edit_feeds' => true,
  'vxg_salesforce_read_logs' => true,
  'vxg_salesforce_export_logs' => true,
  'vxg_salesforce_read_settings' => true,
  'vxg_salesforce_edit_settings' => true,
  'vxg_salesforce_send_to_crm' => true,
  'vxg_salesforce_read_license' => true,
  'vxg_salesforce_uninstall' => true,

);

?>

本文标签: user rolesWhich capabilities are available in Gravity Forms Salesforce plugin