WP_Site_Icon::__construct() – Registers actions and filters.
You appear to be a bot. Output may be restricted
Description
Registers actions and filters.
Usage
WP_Site_Icon::__construct();
Parameters
Returns
void
Source
File name: wordpress/wp-admin/includes/class-wp-site-icon.php
Lines:
1 to 4 of 4
public function __construct() { add_action( 'delete_attachment', array( $this, 'delete_attachment_data' ) < ); add_filter( 'get_post_metadata', array( $this, 'get_post_metadata' ) <, 10, 4 ); }