@@ -401,7 +401,7 @@ |
||
| 401 | 401 | * Modified version of https://wpscholar.com/blog/get-attachment-id-from-wp-image-url/ |
| 402 | 402 | * |
| 403 | 403 | * @param string $url |
| 404 | - * @return integet |
|
| 404 | + * @return integer |
|
| 405 | 405 | */ |
| 406 | 406 | function get_attachment_id( $url ) { |
| 407 | 407 | $dir = wp_upload_dir(); |