media_send_to_editor, $html, $id, $attachment

media_send_to_editor, $html, $id, $attachment

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('media_send_to_editor, $html, $id, $attachment') is found 1 times:

  • /wp-admin/includes/ajax-actions.php line 3380
    		}
    	}
    
    	/** This filter is documented in wp-admin/includes/media.php */
    	$html = apply_filters( 'media_send_to_editor', $html, $id, $attachment );
    
    	wp_send_json_success( $html );
    }
    
    /**
     * Handles sending a link to the editor via AJAX.