for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Wordlift\Videoobject\Data\Embedded_Video;
/**
* @since 3.31.0
* @author Naveen Muthusamy <[email protected]>
*/
class Embedded_Video_Factory {
public static function get_embedded_video( $video_url ) {
return new Default_Embedded_Video( $video_url );
}