font_dir

font_dir

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('font_dir') is found 1 times:

  • /wp-includes/fonts.php line 205
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
         *     @type string       $baseurl URL path without subdir.
         *     @type string|false $error   False or error message.
         * }
         */
        return apply_filters( 'font_dir', $font_dir );
    }
     
    /**
     * Deletes child font faces when a font family is deleted.
     *
     * @access private