add_filter( 'wp_video_shortcode_library', 'force_mobile_video_attributes' ); function force_mobile_video_attributes( $html ) { // Inserts mandatory mobile attributes into standard WordPress video outputs if ( ! strpos( $html, 'playsinline' ) ) { $html = str_replace( '