Add the attachments to the $item for the prepare_body_content_filter hook
- Allows filtering on attachments that are added later to the post content
This commit is contained in:
parent
414f20c529
commit
7082582655
2 changed files with 3 additions and 1 deletions
|
@ -534,7 +534,7 @@ class Media
|
|||
*
|
||||
* @param int $uri_id
|
||||
* @param string $guid
|
||||
* @param array $links ist of links that shouldn't be added
|
||||
* @param array $links list of links that shouldn't be added
|
||||
* @return array attachments
|
||||
*/
|
||||
public static function splitAttachments(int $uri_id, string $guid = '', array $links = [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue