We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40dba1d commit 6872a21Copy full SHA for 6872a21
1 file changed
src/wp-includes/class-wp-icons-registry.php
@@ -44,7 +44,6 @@ protected function __construct() {
44
$icons_directory = __DIR__ . '/icons/';
45
$icons_directory = trailingslashit( $icons_directory );
46
$manifest_path = $icons_directory . 'manifest.php';
47
- $manifest_path = apply_filters( 'icons_registry_core_manifest', $manifest_path );
48
49
if ( ! is_readable( $manifest_path ) ) {
50
wp_trigger_error(
0 commit comments