Skip to content

Commit

Permalink
Removing todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Sep 19, 2024
1 parent fbb19ea commit 50bb30f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/abstracts/abstract.llms.post.model.php
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,6 @@ protected function get_embed( $type = 'video', $prop = '' ) {

if ( ! $ret ) {

// TODO: Filter on this to add autoplay or other attributes.
$shortcode = "[$type";
foreach ( apply_filters( 'llms_embed_shortcode_attributes', array( 'src' => $url ), $type, $this ) as $key => $value ) {
$shortcode .= " $key=\"$value\"";
Expand Down

0 comments on commit 50bb30f

Please sign in to comment.