Completed
Push — componentlibrary_featureless ( 5630de...2d553e )
by Dominik
02:12 queued 37s
created
Components/FeaturePasswordForm/functions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Flynt\Components\FeaturePasswordForm;
4 4
 
5 5
 use Timber\Timber;
6
-use Timber\Post;
7 6
 
8 7
 add_filter('the_password_form', function ($output) {
9 8
     $context = Timber::get_context();
Please login to merge, or discard this patch.
inc/youtubeNoCookieEmbed.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
  */
5 5
 namespace Flynt\YoutubeNoCookieEmbed;
6 6
 
7
-use Flynt\Utils\Oembed;
8
-
9 7
 add_action('oembed_result', 'Flynt\YoutubeNoCookieEmbed\setNoCookieDomain', 10, 2);
10 8
 add_filter('embed_oembed_html', 'Flynt\YoutubeNoCookieEmbed\setNoCookieDomain', 10, 2);
11 9
 
Please login to merge, or discard this patch.