Changeset 48586 for trunk/src/wp-includes/class-wp-embed.php
- Timestamp:
- 07/23/2020 07:59:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r48574 r48586 121 121 * Do not use this function directly, use wp_embed_unregister_handler() instead. 122 122 * 123 * @param string $id The handler ID that should be removed.124 * @param int $priority Optional. The priority of the handler to be removed (default: 10).123 * @param string $id The handler ID that should be removed. 124 * @param int $priority Optional. The priority of the handler to be removed (default: 10). 125 125 */ 126 126 public function unregister_handler( $id, $priority = 10 ) { … … 136 136 * @since 5.5.0 137 137 * 138 * @param array $attr {138 * @param array $attr { 139 139 * Shortcode attributes. Optional. 140 140 * … … 182 182 * will be given to the WP_oEmbed class. 183 183 * 184 * @param array $attr {184 * @param array $attr { 185 185 * Shortcode attributes. Optional. 186 186 *
Note: See TracChangeset
for help on using the changeset viewer.