Pardot API Class – Protected instead of Private
-
Thank you for an excellent plugin. Can you please change Pardot_API::_get_url() to protected rather than private?
Extending this class to for instance connect to prospects or other aspects of Pardot API that aren’t covered by your plugin are restricted by this.
Ie,
private function _get_url( $item_type, $args = array() ) {
Please change to
protected function _get_url( $item_type, $args = array() ) {
We understand that extending the plugin, any updates that occur we need to ensure our methods are still compatible with your API class.
Thanks!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Pardot API Class – Protected instead of Private’ is closed to new replies.