| 1 | <?php |
||
| 20 | class PrivacyPolicy implements PrivacyPolicyInterface |
||
| 21 | { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Returns the name of the plugin and will be shown in the privacy policy's postbox header |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | public function getName() |
||
| 31 | |||
| 32 | |||
| 33 | |||
| 34 | /** |
||
| 35 | * Gets the HTML for the privacy policy. May be dynamic |
||
| 36 | * @return string |
||
| 37 | */ |
||
| 38 | public function getContent() |
||
| 46 | |||
| 47 | |||
| 48 | |||
| 49 | } |
||
| 50 | // End of file PrivacyPolicy.php |
||
| 51 | // Location: EventEspresso\core\domain\services\admin\privacy\policy\PrivacyPolicy.php |