\DevOwl\RealProductManagerWpClient\clientFeedback

Handle Real Product Manager API calls.

Summary

Methods
Properties
Constants
getPluginConstantPrefix()
setupConstants()
post()
getPluginUpdate()
instance()
No public properties found
ENDPOINT_DEACTIVATION_FEEDBACK
No protected methods found
No protected properties found
N/A
__construct()
$pluginUpdate
N/A

Constants

ENDPOINT_DEACTIVATION_FEEDBACK

ENDPOINT_DEACTIVATION_FEEDBACK ='1.0.0/deactivation-feedback'

Properties

Methods

getPluginConstantPrefix()

getPluginConstantPrefix(): string

Get the prefix of this package so we can utils package natively.

Returns

string

setupConstants()

setupConstants()

Make sure the RPM_WP_CLIENT constants are available.

post()

post(string  $reason,string  $note,string  $email,string  $name)

`POST` to the REST API of Real Product Manager.

Parameters

string $reason
string $note
string $email
string $name

getPluginUpdate()

getPluginUpdate()

Get plugin update instance.