object-sync-for-salesforce.php
Plugin Name: Object Sync for Salesforce Description: Object Sync for Salesforce maps and syncs data between Salesforce objects and WordPress objects.
Version: 2.2.13 Author: MinnPost Author URI: https://code.minnpost.com License: GPL2+ License URI: https://www.gnu.org/licenses/gpl-2.0.html Text Domain: object-sync-for-salesforce
Table of Contents
- OBJECT_SYNC_SF_DEFAULT_API_VERSION = '55.0'
- The default Salesforce API version, unless it has been overridden by pre-existing option or by developers
- OBJECT_SYNC_SF_FILE = __FILE__
- The full path to the main file of this plugin
- OBJECT_SYNC_SF_VERSION = '2.2.13'
- The plugin's current version
- object_sync_for_salesforce() : Object_Sync_Salesforce
- Retrieve the instance of the main plugin class
Constants
OBJECT_SYNC_SF_DEFAULT_API_VERSION
The default Salesforce API version, unless it has been overridden by pre-existing option or by developers
public
string
OBJECT_SYNC_SF_DEFAULT_API_VERSION
= '55.0'
Tags
OBJECT_SYNC_SF_FILE
The full path to the main file of this plugin
public
string
OBJECT_SYNC_SF_FILE
= __FILE__
This can later be passed to functions such as plugin_dir_path(), plugins_url() and plugin_basename() to retrieve information about plugin paths
Tags
OBJECT_SYNC_SF_VERSION
The plugin's current version
public
string
OBJECT_SYNC_SF_VERSION
= '2.2.13'
Tags
Functions
object_sync_for_salesforce()
Retrieve the instance of the main plugin class
object_sync_for_salesforce() : Object_Sync_Salesforce