{$type}_send_to_editor_url, $html, $src, $link_text

{$type}_send_to_editor_url, $html, $src, $link_text

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('{$type}_send_to_editor_url, $html, $src, $link_text') is found 1 times:

  • /wp-admin/includes/ajax-actions.php line 3452
    		}
    	}
    
    	/** This filter is documented in wp-admin/includes/media.php */
    	$html = apply_filters( "{$type}_send_to_editor_url", $html, $src, $link_text );
    
    	wp_send_json_success( $html );
    }
    
    /**
     * Handles the Heartbeat API via AJAX.