Skip to content

Commit

Permalink
add docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Aug 12, 2024
1 parent 9a7a8e9 commit e4bdbf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/app/mu-plugins/filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ function fix_core_resource_urls( string $url ) : string {
return __normalize_wp_url( $new_url );
}

/**
* Filters to run fix_core_resource_urls on to fix the core resource URLs.
*
* @since 1.2.1
* @see fix_core_resource_urls
*/
function filter_core_resource_urls() {
$filters = [
'script_loader_src',
Expand Down

0 comments on commit e4bdbf0

Please sign in to comment.