Lines: 1 to 19 of 19
<?php /** * Administration API: WP_Site_Icon class * * @package WordPress * @subpackage Administration * @since 4.3.0 */ /* class WP_Site_Icon */ /* function WP_Site_Icon::__construct() – Registers actions and filters. */ /* function WP_Site_Icon::create_attachment_object() – Creates an attachment ‘object’. */ /* function WP_Site_Icon::insert_attachment() – Inserts an attachment. */ /* function WP_Site_Icon::additional_sizes() – Adds additional sizes to be made when creating the site_icon images. */ /* function WP_Site_Icon::intermediate_image_sizes() – Adds Site Icon sizes to the array of image sizes on demand. */ /* function WP_Site_Icon::delete_attachment_data() – Deletes the Site Icon when the image file is deleted. */ /* function WP_Site_Icon::get_post_metadata() – Adds custom image sizes when meta data for an image is requested, that happens to be used as Site Icon. */