From 1f73c546bc8f130da549d7f57fe67028b7b8a520 Mon Sep 17 00:00:00 2001 From: Joshua Fredrickson Date: Wed, 20 Oct 2021 08:58:43 -0500 Subject: [PATCH] Remove 'block_categories' deprecation warning in WordPress 5.8 Fixes #164 --- classes/Tools/Video/Driver/Mux/MuxTool.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/Tools/Video/Driver/Mux/MuxTool.php b/classes/Tools/Video/Driver/Mux/MuxTool.php index 16b070f9..14120690 100755 --- a/classes/Tools/Video/Driver/Mux/MuxTool.php +++ b/classes/Tools/Video/Driver/Mux/MuxTool.php @@ -205,7 +205,7 @@ protected function initBlocks() ] ); } ); add_filter( - 'block_categories', + 'block_categories_all', function ( $categories, $post ) { foreach ( $categories as $category ) { if ( $category['slug'] === 'mediacloud' ) { @@ -525,4 +525,4 @@ public function deleteAttachment( $id ) return $id; } -} \ No newline at end of file +}