Skip to content

Commit 6872a21

Browse files
committed
Revert "WP_Icons_Registry: Add filter icons_registry_core_manifest"
We can think about this later on. I don't want to expose things unnecessarily, but still wanted to show the concept. This reverts commit 40dba1d.
1 parent 40dba1d commit 6872a21

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/wp-includes/class-wp-icons-registry.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ protected function __construct() {
4444
$icons_directory = __DIR__ . '/icons/';
4545
$icons_directory = trailingslashit( $icons_directory );
4646
$manifest_path = $icons_directory . 'manifest.php';
47-
$manifest_path = apply_filters( 'icons_registry_core_manifest', $manifest_path );
4847

4948
if ( ! is_readable( $manifest_path ) ) {
5049
wp_trigger_error(

0 commit comments

Comments
 (0)