Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: get_site_icon_url

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
796      /**
797       * Filters the site icon URL.
798       *
799       * @since 4.4.0
800       *
801       * @param string $url     Site icon URL.
802       * @param int    $size    Size of the site icon.
803       * @param int    $blog_id ID of the blog to get the site icon for.
804       */
805      return apply_filters( 'get_site_icon_url', $url, $size, $blog_id );
806 }
807
808 /**
809  * Displays the Site Icon URL.
810  *
811  * @since 4.3.0
812  *
813  * @param int    $size    Optional. Size of the site icon. Default 512 (pixels).
814  * @param string $url     Optional. Fallback url if no site icon is found. Default empty.