@@ -316,6 +316,10 @@ |
||
| 316 | 316 | return $personal_data; |
| 317 | 317 | } |
| 318 | 318 | |
| 319 | + /** |
|
| 320 | + * @param string $email_address |
|
| 321 | + * @param integer $page |
|
| 322 | + */ |
|
| 319 | 323 | public static function posts_by_author( $email_address, $post_type, $page ) { |
| 320 | 324 | if ( empty( $email_address ) || empty( $post_type ) || empty( $page ) ) { |
| 321 | 325 | return array(); |