You appear to be a bot. Output may be restricted
Description
Return the object properties as an array.
Usage
$array = Yoast_Notification::to_array();
Parameters
Returns
array
Source
File name: wordpress-seo/admin/class-yoast-notification.php
Lines:
1 to 6 of 6
public function to_array() { return [ 'message' => $this->message, 'options' => $this->options, ]; }