Changeset 35470
- Timestamp:
- 10/31/2015 03:37:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed-controller.php
r35436 r35470 68 68 69 69 /** 70 * Filter the determined post id.70 * Filter the determined post ID. 71 71 * 72 72 * @since 4.4.0 73 73 * 74 74 * @param int $post_id The post ID. 75 * @param string $url The request d URL.75 * @param string $url The requested URL. 76 76 */ 77 77 $post_id = apply_filters( 'oembed_request_post_id', $post_id, $request['url'] );
Note: See TracChangeset
for help on using the changeset viewer.