oembed_default_width, 600
oembed_default_width, 600
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('oembed_default_width, 600') is found 1 times:
- /wp-includes/class-wp-oembed-controller.php line 33
* @since 4.4.0 * * @param int $maxwidth Maximum allowed width. Default 600. */ $maxwidth = apply_filters( 'oembed_default_width', 600 ); register_rest_route( 'oembed/1.0', '/embed', array( array(