| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | */ |
||
| 10 | |||
| 11 | wp_embed_register_handler( 'inline-pdfs', '#https?://[^<]*\.pdf$#i', 'jetpack_inline_pdf_embed_handler' ); |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Callback to modify the output of embedded PDF files. |
||
| 15 | * |
||
| 16 | * @param array $matches Regex partial matches against the URL passed. |
||
| 17 | * @param array $attr Attributes received in embed response. |
||
| 31 |